{{ __('Dashboard') }} @php $selectedUserType = session('selected_user_type'); @endphp @Auth @if(auth()->user()->usertype == 'admin')
{{ __('User Management') }}
{{ __('Apply Assign Mualaf') }} {{ __('Listed Assigned') }}
{{ __('Event Management') }} {{ __('Resources Management') }}
{{ __('Report Clock-in/Clock-out') }} {{ __('Report Users') }} {{ __('Report Mualaf Performance') }} {{ __('Report Journal Daie/Mentor') }} {{ __('Report Progress Daily Mualaf') }} {{ __('Report Event') }} {{ __('Report Resources') }}
@endif @endauth @Auth @php $selectedUserType = session('selected_user_type'); @endphp @if($selectedUserType === 'daie')
{{ __('Mualaf Registration') }} {{ __('Mad`u Registration') }}
{{ __('Journal Progress') }}
{{ __('Clock-in/Clock-out') }} {{ __('List Clock-in/Clock-out') }}
{{ __('Event') }}
@endif @endauth @Auth @php $selectedUserType = session('selected_user_type'); @endphp @if($selectedUserType === 'mentor')
{{ __('Journal Progress') }} {{ __('Event Information') }}
{{ __('Mualaf list') }} {{ __('Mualaf Performance') }}
{{ __('Clock-in/Clock-out') }} {{ __('List Clock-in/Clock-out') }}
@endif @endauth @Auth @php $selectedUserType = session('selected_user_type'); @endphp @if($selectedUserType === 'mualaf')
{{ __('Progress Daily') }}
{{ __('Clock-in/Clock-out') }} {{ __('List Clock-in/Clock-out') }}
{{ __('Event Information') }} {{ __('Resources Information') }}
@endif @endauth
@if(auth()->user()->usertype != 'admin') @endif {{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} @auth @php $selectedUserType = session('selected_user_type'); @endphp @if(auth()->user()->usertype == 'admin') {{ __('User Management') }} {{ __('Apply Assign Mualaf') }} {{ __('Event Management') }} {{ __('Resources Management') }} {{ __('Report Clock-in/Clock-out') }} {{ __('Report Users') }} {{ __('Report Mualaf Performance') }} {{ __('Report Journal Daie/Mentor') }} {{ __('Report Progress Daily Mualaf') }} {{ __('Report Event') }} {{ __('Report Resources') }} @endif @if($selectedUserType === 'daie') {{ __('Mualaf Registration') }} {{ __('Mad`u Registration') }} {{ __('Journal Progress') }} {{ __('Clock-in/Clock-out') }} {{ __('List Clock-in/Clock-out') }} {{ __('Event') }} @endif @if($selectedUserType === 'mentor') {{ __('Journal Progress') }} {{ __('Event Information') }} {{ __('Mualaf list') }} {{ __('Mualaf Performance') }} {{ __('Clock-in/Clock-out') }} {{ __('List Clock-in/Clock-out') }} @endif @if($selectedUserType === 'mualaf') {{ __('Progress Daily') }} {{ __('Clock-in/Clock-out') }} {{ __('List Clock-in/Clock-out') }} {{ __('Event Information') }} {{ __('Resources Information') }} @endif @endauth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}