{{ __('Dashboard') }} @if (Auth::user()->type=='inventory' ) {{ __('Inventory') }} @endif @if (Auth::user()->type=='service') {{ __('Service') }} @endif @if (Auth::user()->is_admin) {{ __('Admin') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}