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

{{ __('common.add_new') }} {{ __('hr.staff') }}

@csrf

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


{{$errors->first('role_id')}}
{{$errors->first('department_id')}}
{{$errors->first('email')}}

{{__('common.your_user_id_is')}} :

{{$errors->first('first_name')}}
{{$errors->first('last_name')}}
{{$errors->first('phone')}}
{{$errors->first('password')}}
{{$errors->first('date_of_birth')}}
{{$errors->first('address')}}
{{$errors->first('photo')}}
{{$errors->first('date_of_joining')}}
{{$errors->first('leave_applicable_date')}}

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


{{$errors->first('bank_name')}}
@endsection @push('scripts') @endpush