@for ($i = 0; $i < count($columns); $i++) @endfor @foreach($columns as $i => $c) @endforeach @foreach($data as $d) @endforeach
@if ($c == 'checkbox' && $hasCheckboxes = true) @else {{ $c }} @endif
{{$d->name}} {{$d->email}} {{$d->subject}} {{$d->message}} {{$d->created_at->format('m/d/y h:i a')}}