@extends('layouts.app') @section('title','Employees') @section('pages')
@csrf @method('patch') @csrf
Employee Details

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{--
--}}
@if ($errors->has('designation_id')) {{ $errors->first('designation_id') }} @endif
{{--
--}}
@if ($errors->has('department_id')) {{ $errors->first('department_id') }} @endif
{{--
--}}
@if ($errors->has('gender_id')) {{ $errors->first('gender_id') }} @endif
{{--
--}}
@if ($errors->has('language_id')) {{ $errors->first('language_id') }} @endif
@if ($errors->has('phone_no')) {{ $errors->first('phone_no') }} @endif
@if ($errors->has('about')) {{ $errors->first('about') }} @endif
Additional Information

$
.00
@if ($errors->has('probation_end_date')) {{ $errors->first('probation_end_date') }} @endif
@if ($errors->has('notice_period_start_date')) {{ $errors->first('notice_period_start_date') }} @endif
@if ($errors->has('notice_period_end_date')) {{ $errors->first('notice_period_end_date') }} @endif
@if ($errors->has('joining_date')) {{ $errors->first('joining_date') }} @endif
@if ($errors->has('date_of_birth')) {{ $errors->first('date_of_birth') }} @endif
{{--
--}}
@if ($errors->has('employee_type_id')) {{ $errors->first('employee_type_id') }} @endif
{{--
--}}
@if ($errors->has('reporting_to')) {{ $errors->first('reporting_to') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@endsection @section('js') @endsection