@extends('backend.layouts.master') @section('page-title', 'Invoice Print') @push('css') @endpush @section('invoice')
| Name | : | {{ $invoice->customer->name }} | |||
| Address | : | {{ $invoice->customer->address }} | |||
| Mobile | : | {{ $invoice->customer->phone }} | |||
INVOICE NO
( {{ $invoice->invoice_no }} )
Date : {{ date('d/m/Y', strtotime($invoice->date)); }}
| #SL | Product Details | Unit Price | Total Amount |
|---|---|---|---|
| {{ $key+1 }} |
{{ $item->product?->name }} @if($serial) IMEI: {{ $serial?->serial }} @endif Warranty: {{ $item->warranty }} {{ $item->new_details }} |
{{ $item->rate }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | {{ $item->subtotal }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} |
| Sub Total : | {{ $invoice->estimated_amount }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | ||
| Discount : | {{ $invoice->discount }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | ||
| Grand Total : | {{ $invoice->total_amount }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | ||
| Total Paid : | {{ $invoice->total_paid }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | ||
| Total Due : | {{ $invoice->total_due }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | ||
| Return Money : | {{ $invoice->change_amount }} {{ empty(get_setting('com_currency')) ? : get_setting('com_currency') }} | ||
Notes:
Customer Signature
Authorized Signature