@foreach($report->getSummaryCategories() as $accountCategory) @foreach($accountCategory->types as $accountType) @foreach($accountType->summary as $accountTypeSummaryIndex => $accountTypeSummaryCell) {{ $accountTypeSummaryCell }} @endforeach @endforeach @foreach($accountCategory->summary as $accountCategorySummaryIndex => $accountCategorySummaryCell) {{ $accountCategorySummaryCell }} @endforeach @endforeach
@foreach($report->getSummaryOverview() as $overviewCategory) @foreach($overviewCategory->summary as $overviewSummaryIndex => $overviewSummaryCell) {{ $overviewSummaryCell }} @endforeach @if($overviewCategory->summary['account_name'] === 'Starting Balance') @foreach($report->getSummaryOverviewAlignedWithColumns() as $summaryRow) @foreach($summaryRow as $summaryIndex => $summaryCell) {{ $summaryCell }} @endforeach @endforeach @endif @endforeach