@if (!empty( $table['caption'] )) @endif @if (!empty( $table['header'] )) @foreach ($table['header'] as $th) @endforeach @endif @php ($rowAmount = count($table['body'])) @foreach ( $table['body'] as $key => $tr ) @if ($key == $rowAmount -1 && $hasFooter == true) @else @foreach ($tr as $td) @endforeach @endif @endforeach @if (!empty($lastRow) && $hasFooter == true) @foreach ($lastRow as $td) @endforeach @endif
{!! $table['caption'] !!}
{!! $th['c'] !!}
{!! $td['c'] !!}
{!! $td['c'] !!}