@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 }} TK | {{ $item->subtotal }} Tk |
| Sub Total : | {{ $invoice->estimated_amount }} TK | |||
| Discount : | {{ $invoice->discount }} TK | |||
| Grand Total : | {{ $invoice->total_amount }} Tk | |||
| Total Paid : | {{ $invoice->total_paid }} Tk | |||
| Total Due : | {{ $invoice->total_due }} Tk | |||
| Return Money : | {{ $invoice->change_amount }} Tk | |||
Notes:
Customer Signature
Authorized Signature