@php $item = Cache::get('site_status'); $ecomm_setting = $item ? json_decode($item) : null; @endphp
|
Bill To {{ $sale->customer->name??'' }} {{ $sale->customer->phone_number??'' }} {{ $sale->customer->address??'' }} |
Percel ID # {{$sale->consignment_id}} Invoice # {{$sale->reference_no}} Date : {{date(config('date_format'), strtotime($sale->created_at->toDateString())) }} |
|---|
| item | Variation | Quantity | Price | Amount |
|---|---|---|---|---|
| {{ $p->name}} | {{ $p->variantName}} | {{ $p->qty}} | TK. {{ $p->net_unit_price}} | TK. {{ $p->total}} |