@extends('layouts.app') @section('title', 'Schedule Reports') @section('styles') @endsection @section('content')
| Date | Committed Amount Cash | Committed Amount by Cheque | Total Bank Amount | Actions |
|---|---|---|---|---|
|
{{ $data['date']->format('d M Y') }}
{{ $data['date']->format('l') }} |
BDT {{ number_format($data['cash_amount'], 2) }} | BDT {{ number_format($data['cheque_amount'], 2) }} | BDT {{ number_format($data['total_balance_all_banks'] ?? $data['total_bank_amount'], 2) }} | View |
|
No data available |
||||
| Grand Total: | BDT {{ number_format(collect($dateWiseData)->sum('cash_amount'), 2) }} | BDT {{ number_format(collect($dateWiseData)->sum('cheque_amount'), 2) }} | — | |