@if (Route::has('login'))
@auth
Home
{{ Auth::user()->name }}
Complaints & Feedback
{{ __('Logout') }}
@csrf
@else
Log in
@if (Route::has('register'))
Register
@endif @endauth
@endif
@foreach($class as $cls)
{{$cls->class_name}}
@endforeach