Customer Name : {{ $customer->name }}
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->has('phno'))
{{ $errors->first('phno') }}
@endif
No. | Invoice Number | Invoice Date | Total |
---|---|---|---|
{{ $key + 1 }} | {{ $invoice->invoice_no }} | {{ $invoice->invoice_date }} | {{ number_format($invoice->total) }} |