@extends('backend.layouts.master') @section('page-title', 'Invoice Print') @push('css') @endpush @section('invoice')
@elseif (get_setting('inv_logo') == 'name')
| 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 | Quantity | Unit Price | Total Amount |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->product->name }} | {{ $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 : | {{ $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') }} | |||
Notes: {{ $invoice->note }}
Customer Signature
Authorized Signature