{{ $title }}
@foreach ($headers as $key => $header)
{{ $header }}
@endforeach
@foreach ($collection as $item)
@foreach ($item as $key => $value) @if (is_string($value) || is_numeric($value))
{{ $value }}
@else
@endif @endforeach
@endforeach