@extends('backend.layouts.master') @section('page-title', 'Purchase Print') @push('css') @endpush @section('invoice')
@elseif (get_setting('inv_logo') == 'name')
| Name | : | {{ $purchase->supplier->name }} | |||
| Address | : | {{ $purchase->supplier->address }} | |||
| Mobile | : | {{ $purchase->supplier->phone }} | |||
PURCHASE NO
( {{ $purchase->purchase_no }} )
Date : {{ date('d/m/Y', strtotime($purchase->date)); }}
| #SL | Product | Quantity | Unit Price | Total Amount |
|---|---|---|---|---|
| {{ $key+1 }} | {{ $item->product->name }} @foreach($serials as $serial) IMEI: {{$serial->serial}} @endforeach |
{{ $qty }} | {{ $item->rate }} TK | {{ $item->subtotal }} Tk |
| Sub Total : | {{ $purchase->estimated_amount }} TK | |||
| Discount : | {{ $purchase->discount }} TK | |||
| Grand Total : | {{ $purchase->total_amount }} Tk | |||
Notes: {{$purchase->note}}
Customer Signature
Authorized Signature