@include('print.common.css')
|
{{ __('app.bill') }} #: {{ $purchase->purchase_code }} {{ __('app.date') }}: {{ $purchase->formatted_purchase_date }} {{ __('app.time') }}: {{ $purchase->format_created_time }} |
|
Customer Details (Seller) {{ $purchase->party->first_name.' '. $purchase->party->last_name }} Phone: {{ $purchase->party->phone ?? $purchase->party->mobile }} CNIC: {{ $purchase->party->cnic_no ?? 'N/A' }} |
@if($purchase->party->profile_picture)
|
| # | Phone Model | IMEI / Serial | Condition | Qty | Buy Price | {{ __('app.total') }} |
|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $transaction->item->name }} | @if ($transaction->itemSerialTransaction->count() > 0) {{ $transaction->itemSerialTransaction->pluck('itemSerialMaster.serial_code')->implode(',') }} @endif | {{ $transaction->description }} | {{ $formatNumber->formatQuantity($transaction->quantity) }} | {{ $formatNumber->formatWithPrecision($transaction->unit_price) }} | {{ $formatNumber->formatWithPrecision($transaction->total) }} |
|
Note / Terms: {{ $purchase->note }} |
{{ __('app.grand_total') }} | {{ $formatNumber->formatWithPrecision($purchase->grand_total) }} | ||||
| Amount Paid | {{$formatNumber->formatWithPrecision($purchase->paid_amount)}} | |||||
|
___________________________ Customer Signature I confirm the device is mine & not stolen. |
___________________________ Authorized Signatory |