Supplier Name: {{ $supplierdetails->supplier_name }}
Phone: {{ $supplierdetails->supplier_tell }}
Email: {{ $supplierdetails->email }}
Address: {{ $supplierdetails->address }}
Address: {{ $supplierdetails->address }}
| Item | Quantity | Price | Total |
|---|---|---|---|
| {{ $item->name ?? 'None' }}
Bar code: {{ $item->m_barcode ?? 'None'}} {{ $item->description ?? 'None'}} |
{{ $item->quantity ?? 'None'}} | {{ $item->cost ?? 'None'}} | {{ $item->cost * $item->quantity ?? 'None'}} |
| Total | {{ $supplierTotalAmount }} BDT. | ||
Received by:.............................
Issued by:.............................
| Date | Type | Amount |
|---|---|---|
| {{ $paymentList->created_at}} | Cash | {{ $paymentList->total_amount }} BDT. |
| paid | {{ $paymentList->paid }} BDT. | |
| Due | {{ $paymentList->due }} BDT. |