{{$title}}

{{ Userdefined::showMessage() }}
{{-- Invoice Items Strat Here --}}
PRODUCTS
QUANTITY
PRICE
TAX
TOTAL
Action
@foreach($invoices_items->invoice_items as $k => $invoice_list_items)
$
%
%

$ {{ $invoice_list_items->total_amount }}

@endforeach
{{-- Invoice Items End Here --}}

Sub Total

$ {{ $invoices_items->sub_total }}

Total :

$ {{ $invoices_items->total }}

{{ csrf_field() }}