@extends('admin.include.main') @section('content')
Salary Grade:
@if ($errors->has('salary_grade_id'))
{{ $errors->first('salary_grade_id') }}
@endif
First Name*
@if ($errors->has('fname'))
{{ $errors->first('fname') }}
@endif
Middle Name
Last Name*
@if ($errors->has('lname'))
{{ $errors->first('lname') }}
@endif
Address*
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
Mobile:*
@if ($errors->has('mobile_no'))
{{ $errors->first('mobile_no') }}
@endif
Phone(Optional)
Gender:*
Blood Group:
@if ($errors->has('blood_group'))
{{ $errors->first('blood_group') }}
@endif
Date of Birth:*
@if ($errors->has('dob'))
{{ $errors->first('dob') }}
@endif
Date Of Join:*
@if ($errors->has('date_of_join'))
{{ $errors->first('date_of_join') }}
@endif
Email
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Nationality
@if ($errors->has('nationality'))
{{ $errors->first('nationality') }}
@endif
Religion
@if ($errors->has('religion'))
{{ $errors->first('religion') }}
@endif
Designation
@if ($errors->has('designation'))
{{ $errors->first('designation') }}
@endif
Fathers Name:
@if ($errors->has('father_name'))
{{ $errors->first('father_name') }}
@endif
Mothers Name:
@if ($errors->has('mother_name'))
{{ $errors->first('mother_name') }}
@endif
Marital Status:*
Job Type:
@if ($errors->has('job_type'))
{{ $errors->first('job_type') }}
@endif
{{--
Salary:
@if ($errors->has('salary'))
{{ $errors->first('salary') }}
@endif
--}}

Upload Image


Profile image



@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif

Upload Files


Citizenship:*
@if ($errors->has('citizenship'))
{{ $errors->first('citizenship') }}
@endif
Teachers CV:*
@if ($errors->has('teacher_cv'))
{{ $errors->first('teacher_cv') }}
@endif
Other File:
@endsection