AutoEdu
Home
Courses
Student
About Us
Contact
@if(Auth::check()) @php $displayName = Auth::user()->first_name . ' ' . Auth::user()->last_name; @endphp
{{ $displayName }}
{{-- Dropdown responsive alignment එක හැදුවා --}}
Profile
Logout
@else
Sign In
Register
@endif
@yield('content')