{{ $settings['company_address'] ?? '' }}
Phone: {{ $settings['company_phone'] ?? '' }}
Email: {{ $settings['company_email'] ?? '' }}
Invoice No: {{ $purchase->invoice_no }}
Date: {{ date('d-m-Y', strtotime($purchase->date)) }}
@if($purchase->shipment_number)Shipment No: {{ $purchase->shipment_number }}
@endifName: {{ $purchase->supplier->name ?? 'N/A' }}
Phone: {{ $purchase->supplier->phone ?? 'N/A' }}
Address: {{ $purchase->supplier->address ?? 'N/A' }}
| Sl | Product | Unit | Quantity | Rate | Amount |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->product->name ?? 'N/A' }} | {{ $item->product->unit->short_name ?? 'N/A' }} | {{ $item->quantity }} | {{ number_format($item->rate, 2) }} | {{ number_format($item->quantity * $item->rate, 2) }} |
| Total: | {{ number_format($purchase->total, 2) }} | ||||
| Paid Amount: | {{ number_format($purchase->paid, 2) }} | ||||
| Due Amount: | {{ number_format($purchase->due, 2) }} | ||||
{{ $purchase->notes }}
@endifSupplier Signature
Authorized Signature