@auth {{ __('Dashboard') }} @if(auth()->user()->hasRole('employee')) {{ __('Help') }} @endif @endauth
@auth
{{ Auth::user()->name }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@else
{{ __('Register') }} {{ __('Login') }}
@endauth
{{ __('Home') }} @auth {{ __('Dashboard') }} @if(auth()->user()->hasRole('employee')) {{ __('Help') }} @endif @endauth
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@endauth @guest Register Log in @endguest