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
@csrf
Assign Topic