{{ Auth::user()->email }}
{{ ucwords(Auth::user()->first_name) }}
Profile
Change Password
Sign out
{{ csrf_field() }}
Dashboard
@php $VIEW_PROFILE_ACCESS = false; $VIEW_PROFILE_ACCESS = Helper::instructor_can_access('Profile'); @endphp @if ($VIEW_PROFILE_ACCESS)
Profile
@endif
@yield('content')