@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
@if($hasDelete) @endif @if ($showModal)

{{ $modalMode === 'view' ? 'View Details' : 'Edit Details' }}

@foreach ($columns as $column)
@if ($modalMode === 'edit') @else
{{ $modalData[$column['field']] ?? '' }}
@endif
@endforeach
@if ($modalMode === 'edit')
@endif
@endif