@stack('css')
{{--
--}}
User Profile
{{ auth()->user()->name }}
{{ ucwords(auth()->user()->role) }}
{{ auth()->user()->email }}
@if (auth()->user()->role == 'head office')
My Profile
Account Settings
@endif
@csrf
Log Out
@yield('content')
@stack('script')