| # | Description | Invoice # | Deposit Account | Amount |
|---|---|---|---|---|
| {{ $idx + 1 }} | {{ $line->description }} | @if($line->invoice) {{ $line->invoice->document_number }} @else — @endif | @if($line->account) {{ $line->account->code }} – {{ $line->account->account_name }} @else — @endif | ${{ number_format($line->amount, 2) }} |
| Total Amount: | ${{ number_format($receipt->total_amount, 2) }} |