@extends('layouts.admin') @section('title', 'Manage Students') @section('content')
Manage and view student records
| Jamb Reg Number | Course Applied | Subject Combination | Date Registered | Actions | |
|---|---|---|---|---|---|
|
{{ $student->surname }} {{ $student->other_name }}
ID: {{ $student->id }}
|
{{ $student->jupeb_number }}
|
{{ $student->course_applied }}
|
{{ $student->subjectCombination?->subjects->pluck('name')->join(', ') ?? '—' }}
|
{{ $student->created_at->format('M j, Y') }} |
@if(request('search')) No students match your search criteria. Clear search @else There are no students in the database yet. @endif