@foreach($report->getSummaryCategories() as $accountCategory) @foreach($accountCategory->summary as $accountCategorySummaryIndex => $accountCategorySummaryCell)
{{ $accountCategorySummaryCell }}
@endforeach @if($accountCategory->header[0] === 'Cost of Goods Sold') @foreach($report->getGrossProfit() as $grossProfitIndex => $grossProfitCell)
{{ $grossProfitCell }}
@endforeach @endif @endforeach @if(! empty($report->getSummaryTotals())) @foreach($report->getSummaryTotals() as $index => $total)
{{ $total }}
@endforeach @endif
Accounts Amount