{{-- Toolbar --}}
{{-- Left: Search & Loading --}}
Loading...
{{-- Right: Filters & Actions --}}
{{-- Status Filter --}} {{-- Export Button --}} {{-- Reset Filters --}} @if ($search || $filterStatus !== '') @endif
{{-- Table --}}
@forelse($students as $student) {{-- Identity --}} {{-- Contact Info --}} {{-- Maritime IDs --}} {{-- Location --}} {{-- Status --}} {{-- Actions --}} @empty @endforelse
Student Identity Contact Info Maritime IDs Location Status Actions
{{ $student->name }}
{{ $student->name }} {{ $student->student_code }}
{{ $student->email }}
{{ $student->phone ?? 'N/A' }}
@if ($student->indos_no) IND: {{ $student->indos_no }} @endif @if ($student->cdc_no) CDC: {{ $student->cdc_no }} @endif @if (!$student->indos_no && !$student->cdc_no) - @endif
@if ($student->city || $student->country)
{{ $student->city }} {{ $student->country }}
@else - @endif
@if ($student->is_active) Active @else Inactive @endif
No students found

Try adjusting your filters or search query.

{{-- Footer Pagination --}}
Showing {{ $students->firstItem() ?? 0 }} to {{ $students->lastItem() ?? 0 }} of {{ $students->total() }} results
@if ($students->hasPages()) @endif
@push('scripts') {{-- Use push if your layout has @stack('scripts') --}} @endpush