@php $sandboxSystemTxt = config('common.sandbox_system_txt'); $portal = config("common.portal"); @endphp
@if($portal == "ODC")
{{ $portal }}
@elseif($portal == "ITN")
{{ $portal }}
@else
{{ config('app.name') }}
@endif
@if (@$environment_mode != 'production' && $sandboxSystemTxt != '')
{{ $sandboxSystemTxt }}
@endif
@if (!empty(@$virtual_machine_flag))
@else
@endif
{{ Str::title($admin_name) }}
{{ Str::title($admin_name) }}
{{ $auth_admin->email }}
@if(check_route_access('edit.profile'))
My Profile
@endif @if($admin_role == 'agency-admin')
Agency Profile
@endif @if(check_route_access('setcolor'))
Themes Setting
@endif
Logout
{{ csrf_field() }}