@extends('admin.layout') @section('title','Dashboard') @section('page-title','Dashboard Overview') @section('content')
| Student | ID | Course | Stage | Enrolled | |
|---|---|---|---|---|---|
|
{{ $s->name }}
{{ $s->email }}
|
{{ $s->student_id }} | {{ $s->course }} | {{ $si['label'] }} | {{ $s->enrollment_date?->format('d M Y') ?? '—' }} | View |
| No students yet. Add first student | |||||