logo
{{session('FullName')}} {{session('Role') == 'Participant' ? 'Subject':session('Role')}}
{{ session('UserName') }}
@if(session('Role') == 'Participant')
{{ __('Change Password') }}
@endif @if(session('Role') == 'Participant')
{{ __('My Profile') }}
@endif
{{ __('Log Out') }}