@if( isset($employee) && \App\User::STATUS_PENDING !== $employee->status ) @include('redesign.back.metronic.pieces.alert', [ 'type' => 'warning', 'text' => 'Persönliche Daten sind nicht editierbar. Mitarbeiter bearbeiten es selbst seit er hat sein Profil aktiviert.', ]) @else @include('redesign.back.metronic.pieces.alert', [ 'type' => 'info', 'icon' => '', 'text' => '* Pflichtangabe', ]) @endif

Persönliche Daten

status ) disabled readonly @endif>
{{ $errors->first('email') }}
{{ $errors->first('salutation') }}
status ) disabled readonly @endif>
{{ $errors->first('firstname') }}
status ) disabled readonly @endif>
{{ $errors->first('surname') }}
@if( isset($employee) )
{{ $employee->present()->statusMetronic }}
@endif

Berechtigungen

  @foreach($permissions as $permission) @endforeach