@php $branch = getBranchName($item->company_branch_id); @endphp
{{ $branch->branch_name }}
{{ $branch->remark }}
{{ $branch->address }}
{{ $branch->mobile }}
| Date : {{ Datedata($item->sale_date) }} | Time : {{ TimeData($item->sale_date) }} |
| Invoice No:#{{ $item->invoice_no }} | |
| Original Receipt | |
|---|---|
| Item | Qty | Rate | Amount |
|---|---|---|---|
| {{ $details->product_name }} | {{ DecimalFormat($details->qty) }} | {{ DecimalFormat($details->unit_price) }} | {{ DecimalFormat($details->amount) }} |
| Subtotal | {{ $item->amount }} | ||
| Discount | {{ DecimalFormat($item->total_discount) }} | ||
| Delivery Charge | {{ DecimalFormat($item->shiping_charge) }} | ||
| Gross Discount | {{ DecimalFormat($item->gross_discount_amount) }} | ||
| Total | {{ $item->nettotal }} | ||
Thank you for your visit!