@extends('backEnd.master') @section('styles') @endsection @section('mainContent')

{{ __('hr.edit_staff_info') }}

@csrf @method('PATCH')

{{ __('common.basic_info') }}


{{$errors->first('employee_id')}}
{{$errors->first('first_name')}}
{{$errors->first('last_name')}}
{{$errors->first('email')}}
{{$errors->first('phone')}}
{{$errors->first('password')}}
{{$errors->first('department_id')}}
{{$errors->first('role_id')}}
{{$errors->first('address')}}
{{$errors->first('date_of_birth')}}
{{$errors->first('date_of_joining')}}
{{$errors->first('leave_applicable_date')}}
{{$errors->first('photo')}}
@if ($staff->user->avatar)

@endif

{{ __('hr.bank_info') }}


{{$errors->first('bank_name')}}
{{$errors->first('bank_branch_name')}}
@include('backEnd.partials._deleteModalForAjax', ['item_name' => __('common.avatar'),'modal_id' => 'imgModal','form_id' => 'imgForm','delete_item_id' => 'delete_document_id','dataDeleteBtn'=>'document_delete_btn'])
@endsection @push('scripts') @endpush