@extends('admin.layouts.main') @extends('admin.layouts.top_bar') @section('page_title', 'Invoices') @section('header_styles') @endsection @section('content')
| ID | Total Bill | Discount | Final Bill | Customer Name | Customer Phone | Created At | Action |
|---|---|---|---|---|---|---|---|
| {{ $invoice->id }} | {{ $invoice->total_bill }} | {{ $invoice->discount }} | {{ $invoice->final_bill }} | {{ $invoice->customer_name ? $invoice->customer_name : 'N/A' }} | {{ $invoice->customer_phone ? $invoice->customer_phone : 'N/A' }} | {{ $invoice->created_at }} | |
| No invoices available | |||||||
Invoice Id:
Date:
Customer Name:
Customer Phone:
| Product | Qty | Price | Total |
|---|
Thank you for shopping with us!