@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) @if (array_key_exists($colName, $editColumns)) @else @endif @endforeach @endif @foreach($query->take($limit ?: null)->cursor() as $result) @if ($showNumColumn) @endif @foreach ($columns as $colName => $colData) @endforeach @endforeach @if ($showTotalColumns != [] && $ctr > 1) @if ($showNumColumn || $grandTotalSkip > 1) {{-- For Number --}} @endif @foreach ($columns as $colName => $colData) @if (array_key_exists($colName, $showTotalColumns)) @if ($showTotalColumns[$colName] == 'point') @else @endif @else @if ($dataFound) @endif @endif @endforeach @endif
No{{ $colName }}{{ $colName }}
{{ $no }}{{ $displayedColValue }}
Grand Total{{ number_format($total[$colName], 2, '.', ',') }}{{ strtoupper($showTotalColumns[$colName]) }} {{ number_format($total[$colName], 2, '.', ',') }}