Home
Secdule
(current)
Practical Schedule
(current)
@auth('instructor') @else
Login
@if (Route::has('register'))
Register
@endif @endauth
@auth('instructor')
{{ Auth::guard('instructor')->user()->name }}
profiles
Logout
@csrf
@endauth
@if (session('status'))
{{ session('status') }}
@endif
Welcome to the Instructor Dashboard