@extends('admin::excel.summary_header') @section('content') @foreach(array_values($titles) as $col) @endforeach @foreach($rows as $row) @foreach($row as $value) @endforeach @endforeach
{{ $col }}
{{ $value }}
@stop @section('title') {{ $reportTitle ?? 'Data Summary' }} @stop