@if(Auth::user()->user_group == 4)

{{ __('Buchhaltung') }}

@else

{{ __('Księgowość') }}

@endif
@if(Auth::user()->user_group != 4)

Witaj {{ Auth::user()->name }}!

Poniżej znajdziesz opcje, z których możesz korzystać.

@endif @if(Auth::user()->user_group == 4)

Willkommen {{ Auth::user()->name }}!

Unten finden Sie die Optionen, die Sie nutzen können.

@endif
@if(!in_array(Auth::user()->user_group, [2, 4]))

Stan, status, dokumenty firmy.

@endif @if(!in_array(Auth::user()->user_group, [2, 4]))

Stan, status nieaktywnych firm i ich dokumenty.

@endif @if(!in_array(Auth::user()->user_group, [2, 4]))

Dodaj nowego klienta - firmę.

@endif @if(!in_array(Auth::user()->user_group, [2, 4]))

Przegląd zadań.

@endif @if(!in_array(Auth::user()->user_group, [2, 4]))

Stwórz nowe zadanie.

@endif @if(in_array(Auth::user()->user_group, [0, 2]))

Wgraj swoje dokumenty w zależności od okresu.

@endif @if(in_array(Auth::user()->user_group, [0, 4]))

Laden Sie Ihre Dokumente je nach Zeitraum hoch.

@endif