@php $activeRole = Auth::user()->roles[0]->name ?? ''; @endphp
@isset(Auth::user()->id)
@php $le = Session::get('last_login_email'); @endphp @if (Session::has('last_login_email') && count($le) > 0) @php $le = Session::get('last_login_email'); @endphp {{ __('Switch Back') }} @endif
{{ ucwords(Auth::user()->details->first_name ?? '') }} {{ ucwords(Auth::user()->details->last_name ?? '') }}

{{ date('h:i A') }} | {{ date('d-M-Y') }}

@endisset @isset(Auth::user()->id) @endisset