@if ($searchable) @endif @if ($addButtonLabel) @endif
@if ($checkboxes) @endif @foreach ($columns as $col) @endforeach {{-- Status Column --}} {{-- Actions Column --}} @if ($showActions) @endif @forelse ($paginatedRows as $row) @if ($checkboxes) @endif @foreach ($columns as $col) @endforeach @if ($showActions) @endif @empty @endforelse
{{ $col['label'] }} {{-- Sort Icons --}} @if ($sortField === $col['field']) @if ($sortDirection === 'asc') {{-- Ascending Icon --}} @else {{-- Descending Icon --}} @endif @else {{-- Neutral Sort Icon --}} @endif
Action
{{ $row[$col['field']] ?? '-' }} @foreach ($actions as $action) @endforeach
No data found.
{{-- Pagination Controls --}}
@for ($page = 1; $page <= $this->calculateTotalPages(); $page++) @endfor