@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