@foreach($columns as $col) @endforeach @foreach($data as $item) @foreach($columns as $key => $name) @endforeach @if(!empty($actions)) @endif @endforeach
{{ $col }}
{{ $item->$key }}
@foreach($actions as $action) @php echo $item->getAction($action); @endphp @endforeach