Address: {{ $purchase->warehouse->address }}
@endif @if(!empty($purchase->warehouse->mobile))Mobile: {{ $purchase->warehouse->mobile }}
@endif @if(!empty($purchase->warehouse->email))Email: {{ $purchase->warehouse->email }}
@endif @endifBIN: 1646561651
|
Invoice : {{ $purchase->invoice_code }} Name: {{ $purchase->customer->name ?? 'Walk-in Customer' }} Mobile: {{ $purchase->customer->mobile ?? 'N/A' }} |
Date : {{ date('d/m/Y', strtotime($purchase->date)) }} Time: {{ date('h:i A', strtotime($purchase->created_at)) }} Sales By: {{ $purchase->createdBy->full_name ?? 'Admin' }} |
| # | Product | Qty | U.Price | Amount |
|---|---|---|---|---|
| {{ $sl++ }} | {{ $details->product->name ?? 'N/A' }} | {{ $details->quantity }} | {{ $details->product_price + 0 }} | {{ $details->total_item_price + 0 }} |
|
Payment Type: {{ $paymentMethod }}
Product Sold Will Not Be Exchanged Without Invoice
|
|