| Sl No. | Item | Qty | Price | Invoice No |
|---|---|---|---|---|
| {{ ++$key }} | {{ $data->item_name }} | {{ $data->quantity }} | {{ $data->sales_price }} | {{$globalSettings->invoice_prefix."-BI-".str_pad($data->sales_master_id, 8, '0', STR_PAD_LEFT)}} |
| Sl No. | Item | Qty | Price | Invoice No |
|---|---|---|---|---|
| {{ ++$key }} | {{ $data->item_name }} | {{ $data->quantity }} | {{ $data->sales_price }} | {{$globalSettings->invoice_prefix."-BI-".str_pad($data->sales_master_id, 8, '0', STR_PAD_LEFT)}} |