@if ($hasAddButton && $addRoute) + Add @endif
@if ($hasCheckbox) @endif @foreach ($columns as $column) @endforeach @if ($hasActions) @endif @forelse ($rows as $row) @if ($hasCheckbox) @endif @foreach ($columns as $column) @endforeach @if ($hasActions) @endif @empty @endforelse
{{ $column['label'] }} @if ($sortField === $column['field']) @if ($sortDirection === 'asc') @else @endif @else @endif Actions
{{ $row[$column['field']] ?? '' }} @if($isViewPage) @else @endif
No data available