• image
    Hi, {{ Auth::user()->name }}
    @if(Auth::user()->role_id == 3) @if(Auth::user()->status == 1) {{ __('Profile Settings') }} @else {{ __('Profile Settings') }} @endif @else {{ __('Profile Settings') }} @endif
    {{ __('Logout') }}
    @csrf