{{ isset($staff->id) ? __('staff.title_edit'): __('staff.title_create') }}
@csrf @isset($staff->id) @method('PUT') @endisset

{{ isset($staff->id) ? __('staff.title_edit'): __('staff.title_create') }}

{{ $errors->first('image') }}
{{ $errors->first('name') }}
{{ $errors->first('position') }}