@if ($showMeta) @foreach($headers['meta'] as $name => $value) @endforeach @endif

{{ $headers['title'] }}

{{ $name }} {{ ucwords($value) }}
@if ($showHeader) @if ($showNumColumn) @endif @foreach ($columns as $colName => $colData) @endforeach @endif @foreach($results as $result) @foreach ($columns as $colName => $colData) @endforeach @endforeach
#{{ $colName }}
{{ $displayedColValue }}