@extends('layouts.app') @section('content')
| Date | Day | Expected Amount | Payment Amount | Total Schedules | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $dateObj->format('Y-m-d') }} @if($isToday) Today @endif | {{ $dateObj->format('l') }} | BDT {{ number_format($dayExpectedAmount, 2) }} | BDT {{ number_format($dayPaymentAmount, 2) }} | {{ $dayCount }} | @if($isToday) Today @elseif($isPast) Past @else Future @endif | View |
| Grand Total: | BDT {{ number_format($totalExpectedAmount, 2) }} | BDT {{ number_format($totalPaymentAmount, 2) }} | {{ $totalCount }} | |||