@extends('backEnd.master') @section('styles') @endsection @section('mainContent') {{ __('common.add_new') }} {{ __('hr.staff') }} @csrf {{ __('common.basic_info') }} {{ __('hr.role') }} * {{ __('common.select_one') }} @foreach ($roles as $key => $role) id.'-'.$role->type) selected @endif>{{ $role->name }} @endforeach {{$errors->first('role_id')}} {{ __('hr.department') }} * @foreach (\Modules\Setup\Entities\Department::all() as $key => $department) id) selected @endif>{{ $department->name }} @endforeach {{$errors->first('department_id')}} {{ __('common.email') }} ({{__('common.use_as_username')}}) * {{$errors->first('email')}} {{__('common.your_user_id_is')}} : {{ __('common.first_name') }} * {{$errors->first('first_name')}} {{ __('common.last_name') }} {{$errors->first('last_name')}} {{ __('common.phone') }} {{$errors->first('phone')}} {{ __('common.password') }} ({{__('common.minimum_8_charecter')}})* {{$errors->first('password')}} {{ __('common.date_of_birth') }} * {{$errors->first('date_of_birth')}} {{ __('common.address') }} {{$errors->first('address')}} {{ __('common.avatar') }} (165x165)PX {{ __('common.browse') }} {{$errors->first('photo')}} {{ __('hr.date_of_joining') }} * {{$errors->first('date_of_joining')}} {{ __('hr.applicable_for_leave') }} * {{$errors->first('leave_applicable_date')}} {{ __('hr.bank_info') }} {{ __('hr.bank_name') }} {{$errors->first('bank_name')}} {{ __('hr.branch_name') }} {{$errors->first('bank_branch_name')}} {{ __('hr.account_name') }} {{$errors->first('bank_account_name')}} {{ __('hr.account_number') }} {{$errors->first('bank_account_number')}} {{ __('common.save') }} @endsection @push('scripts') @endpush
{{__('common.your_user_id_is')}} :