| Sl | Department Name | Budget Amount (TK) | Booking Amount (TK) | Remaining Amount (TK) |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $list->department_name }} | {{ number_format($list->total_budget_amount, 2) }} | {{ number_format($list->total_booking_amount, 2) }} | {{ number_format($list->total_remaining_amount, 2) }} |
| Total: | {{ number_format($totalBudgetAmount, 2) }} | {{ number_format($totalBookingAmount, 2) }} | {{ number_format($totalRemainingAmount, 2) }} | |