@foreach($columns as $column) @endforeach @if($actions) @endif @forelse($data as $item) @foreach($columns as $column) @endforeach @if($actions) @endif @empty @endforelse
{{ $column['title'] }} @if($sortedInfo && $sortedInfo['field'] === $column['dataIndex']) @endif Action
{{ $item[$column['dataIndex']] }} @foreach($actions as $action) @if($action['type'] === 'edit') Edit @elseif($action['type'] === 'view') View @elseif($action['type'] === 'delete') @endif @endforeach
No data available
@if($loading)
Loading...
@endif