Logo
@if(Auth::check()) @if(!in_array(Auth::user()->user_group, [2, 4])) {{ __('Main') }} @endif @if(!in_array(Auth::user()->user_group, [2, 4])) {{ __('Podatki') }} @endif @endif {{ __('Księgowość') }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@if(Auth::check()) @if(!in_array(Auth::user()->user_group, [2, 4])) {{ __('Main') }} {{ __('Podatki') }} @endif {{ __('Księgowość') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}