{{$transaction->customer->account_name ?? ''}} |
Invoice No : {{$transaction->invoice_no ?? ''}} Date : {{$transaction->transaction_date ?? ''}} |
Casier : {{$transaction->user->first_name ?? ''}} | |||||||||||
No | Description | Qty | Price | Amount | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $key + 1 }} | {{$line->product->name ?? ''}} {{$line->tag_no ? '('.$line->tag_no.')' : ''}} | {{$line->quantity ?? 0}} | {{$line->unit_price ?? '0.00'}} | {{$line->sub_total ?? '0.00'}} | |||||||||
|
@php
$tax = $transaction->tax_amount > 0 ? ($transaction->tax_amount /100) * $transaction->lines_of_sell->sum('sub_total') : 0;
@endphp
|
||||||||||||
Term & Conditions1. Original Invoice must be provided for exchange or return of goods 2. Warranty period less 14days per year 364 days |
All items Received in good condition & order----------------Receiver's Signature ----------------Authorized Signature |