@extends('layouts.master') @section('content') {{-- message --}} {!! Toastr::message() !!}

Invoice

Invoice Number : {{ $invoiceView->invoice_id }}

Invoice From
Company Name

{!! nl2br(($invoiceView->invoice_to)) !!}

Billed to

{!! nl2br(($invoiceView->invoice_from)) !!}

Payment Details

Debit Card
XXXXXXXXXXXX-{{ $invoiceView->account_number }}
{{ $invoiceView->bank_name }}

Recurring : 15 Months

PO Number : {{ $invoiceView->po_number }}

Issue Date : 27 Jul 2022

Due Date : 27 Aug 2022

Due Amount : ₹ 1,54,22

@foreach($invoiceDetails as $key => $value) @endforeach
Iteams Category Rate/Item Quantity Discount (%) Amount
{{ $value->items }} {{ $value->category }} ${{ $value->amount }} {{ $value->quantity }} {{ $value->discount }}% ${{ $value->price }}
Notes:

Enter customer notes or any other details

Terms and Conditions:

Enter customer notes or any other details

Taxable $6,660.00

Additional Charges $6,660.00

Discount $3,300.00

Sub total $3,300.00

sign StarCode Kh
@endsection