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

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

{{ $errors->first('full_name') }}
{{ $errors->first('designation') }}
{{ $errors->first('gender') }}
{{ $errors->first('phone_no') }}
{{ $errors->first('email_address') }}
{{ $errors->first('bank_account_no') }}
{{ $errors->first('salary') }}
{{ $errors->first('department_id') }}
{{ $errors->first('address') }}
{{ $errors->first('profile_photo') }}
{{ $errors->first('attach_documents') }}