Invoice

Invoice #: {{$dataOne->invoice_number}}

Invoice Date: {{$dataOne->date}}

@foreach ($data as $key => $transaction) @endforeach
SL. Item Description Amount
{{ ++$key }} {{ $transaction->type }} ${{ $transaction->amount }}
Subtotal ${{ $totalAmount }}
Total Amount ${{ $totalAmount }}