@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
@foreach ($saledetails as $key => $details) @endforeach @if ($item->total_discount > 0) @endif @if ($item->shiping_charge > 0) @endif @if ($item->gross_discount_amount > 0) @endif
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!