@foreach ($financialReprot as $fiscalYear => $reports)
@for ($i = 4; $i >= 1; $i--)
@php
// Find reports for the current quarter
$quarterReports = $reports->where('quarter', $i);
@endphp
@if ($quarterReports->isNotEmpty())
{{-- Only render if there are reports for the quarter --}}