Date: {{ \Carbon\Carbon::parse($bbmp->date)->format('d-M-Y') }}
Voucher No: {{ $bbmp->sno }}
| Code | Account Title / Head | Inv # | Debit (Rs.) | Credit (Rs.) |
|---|---|---|---|---|
| {{ $bl->account }} | {{ $bl->accountname }} | {{ $bl->invno ?? '0' }} | {{ number_format($bl->amount, 2) }} | 0.00 |
| {{$bbmp->acccode}} | {{ $bbmp->accname }} | - | 0.00 | {{ number_format($totalAmount, 2) }} |
| Total | {{ number_format($totalAmount, 2) }} | {{ number_format($totalAmount, 2) }} | ||