@extends($master) @section('title', 'Invoice List') @section('body')
| SL No | Invoice ID | Clint Name | Sub Total | Discount | Total | Received | Due | Action |
|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | #BDC{{ str_pad($invoice->id, 6, '0', STR_PAD_LEFT) }} | {{$invoice->client->name}} ({{$invoice->client->mobile}}) | {{$invoice->subtotal}} | {{$invoice->discount}} | {{$invoice->total}} | {{$invoice->received}} | {{$invoice->total - $invoice->received}} | Detail |