Invoice
Invoice #: {{$dataOne->invoice_number}}
Invoice Date: {{$dataOne->date}}
SL.
Item Description
Amount
@foreach ($data as $key => $transaction)
{{ ++$key }}
{{ $transaction->type }}
${{ $transaction->amount }}
@endforeach
Subtotal
${{ $totalAmount }}
Total Amount
${{ $totalAmount }}