Collection Report Collection Report

Collection Report

@csrf
@php $currentMonth = date('n'); $currentYear = date('Y'); if ($currentMonth >= 4) { $currentFy = $currentYear . '-' . ($currentYear + 1); } else { $currentFy = $currentYear - 1 . '-' . $currentYear; } @endphp