PURCHASE
     MEMO
Supplier Name: {{ $purchaseMasters->sup_name }}
Address: @if(!empty($purchaseMasters->sup_address)){{ $purchaseMasters->sup_address }} @else ________________ @endif
Purchased By: @if(isset($purchased_by)){{ $purchased_by->name }}@endif
Mobile: @if(!empty($purchaseMasters->sup_phone_no)){{ $purchaseMasters->sup_phone_no }} @else ___________ @endif
| Srl. | Brand | Model | Qty | Price | Vat % | Amount(Tk) |
|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $purchaseDetails->item_name }} | {{ $purchaseDetails->brand_name }} | {{ $purchaseDetails->quantity }} | {{ number_format($purchaseDetails->purchase_price,2) }} | {{ $purchaseDetails->item_vat }} | {{ number_format($purchaseDetails->purchase_price * $purchaseDetails->quantity,2) }} |
| In words: {{ getCurrency($sub_total-$purchaseMasters->discount) }} Taka | Total | {{ number_format($sub_total,2) }} | ||||
| Discount | {{ number_format($purchaseMasters->discount,2) }} | |||||
| Advance | {{ number_format($purchaseMasters->advanced_amount,2) }} | |||||
| Balance | {{ number_format($purchaseMasters->memo_total - $purchaseMasters->advanced_amount - $purchaseMasters->discount,2) }} | |||||
{{$globalSettings->address}}
Mobile: {{$globalSettings->mobile}}, Email: {{$globalSettings->email}}
© Copright 2018 | All Rights Reserved To {{$globalSettings->company_name}} | Powered by V-Link Network