@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 }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | {{ $item->subtotal }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} |
| Sub Total : | {{ $purchase->estimated_amount }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | |||
| Discount : | {{ $purchase->discount }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | |||
| Grand Total : | {{ $purchase->total_amount }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | |||
Notes: {{$purchase->note}}
Customer Signature
Authorized Signature