@extends('admin.layouts.app')
@push('libraries_top')
@endpush
@section('content')
Manage Lecture Students
| # | Full Name | Role | Assigned At | Actions | |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $user->full_name }} | {{ $user->email }} | {{ ucfirst($user->role_name) }} | {{ dateTimeFormat($user->created_at) }} |