{{ $customer->name }} @if($customer->mobile) ({{ $customer->mobile }}) @endif
No invoices for this customer.
@else| Invoice | Time | User | Amount | Payment | Due Balance | |
|---|---|---|---|---|---|---|
|
{{ $invoice->invoice_number ?? ('INV-'.$invoice->id) }}
|
{{ optional($invoice->created_at)->format('Y/m/d h:i A') }} | {{ $invoice->user->name ?? '—' }} | {{ number_format($invoice->total ?? 0, 2) }} | {{ number_format($payment, 2) }} | {{ number_format($due, 2) }} |