Sales Table
Invoice No | Date | Customer Name | Amount | Remarks |
---|---|---|---|---|
{{ $inv->invoice_no }} | {{ \Carbon\Carbon::parse($inv->invoice_date)->format('d-m-Y') }} | {{ $inv->customer_name }} | {{ number_format($inv->total_amount, 2) }} | {{ $inv->remarks }} |
Invoice No | Date | Customer Name | Amount | Remarks |
---|---|---|---|---|
{{ $inv->invoice_no }} | {{ \Carbon\Carbon::parse($inv->invoice_date)->format('d-m-Y') }} | {{ $inv->customer_name }} | {{ number_format($inv->total_amount, 2) }} | {{ $inv->remarks }} |