Logo
No:68, RATNAKARA PLACE
DEHIWALA.
TEL : 0114294426
----------------------------------------------
User :{{auth()->user()->first_name ?? ''}}   Salesman :{{$transaction->sales_person->first_name ?? ''}}
RT No {{$transaction->invoice_no}}
IN No. {{$transaction->old_invoice}}
Customer- {{$transaction->contact->mobile ?? '' }}
@forelse($transaction->purchase_lines as $key => $line) @php $product = $line->product; $discount = 0; $amount = $line->purchase_price_inc_tax; if($line->discount_percent > 0) { $amount = $line->purchase_price_inc_tax - $line->discount_percent; } @endphp @empty @endforelse
Itemcode Qty Amount
{{$product->name ?? ''}} @if(!empty($product->sub_sku)), {{$product->sub_sku}} @endif {{$line->quantity}} {{$amount * $line->quantity}}
 
Subtotal {{$receipt_details->subtotal}}
Tax (+) {{$receipt_details->tax ?? 0.00}}
Total {{$receipt_details->total}}
Balance {{@num_format($transaction->final_total - $transaction->payment_lines->sum('amount'))}}
Total Quantity {{$transaction->purchase_lines->sum('quantity')}}

CUSTOMER CODE : {{$transaction->contact->mobile ?? '' }}
CUSTOMER NAME : {{$transaction->contact->name ?? '' }}
--------------------------------------
HAPPINESS is a PERFUME
that you cannot have for YOURSELF,
without pouring a few drop on OTHERS
------------
THANK YOU, COME AGAIN!
------------
No refund exchange possible within 7 days along with receipt. ------------
--------------------------------------
System By www.apssoft.co (71 1234 876)