Create Invoice

Create Date
Client
Recipient
{{$client->first_name}}

Items
Product Code
Quantity
Price
Product Code
Quantity
Price
Product Code
Quantity
Price

@foreach($temp_invoice as $row) @endforeach
LABEL PRICE Quantity Total
{{$row->product_code}} {{$row->monthly_charge}} {{$row->invoice_qty}} {{$row->invoice_qty * $row->monthly_charge }}