{{ isset($staff->id) ? __('staff.title_edit'): __('staff.title_create') }}
{{ __('navigation.home') }}
{{ __('navigation.staff') }}
{{ isset($staff->id) ? __('navigation.edit'): __('navigation.create') }}
@csrf @isset($staff->id) @method('PUT') @endisset
{{ isset($staff->id) ? __('staff.title_edit'): __('staff.title_create') }}
{{ __('staff.image') }}
{{ $errors->first('image') }}
{{ __('staff.name') }}
{{ $errors->first('name') }}
{{ __('staff.position') }}
{{ $errors->first('position') }}
{{ __('staff.contacts') }}