@extends('admin.include.main') @section('content')
Salary Grade:
@if ($errors->has('salary_grade_id'))
{{ $errors->first('salary_grade_id') }}
@endif
Full Name*
Address*
Mobile:*
Phone(Optional)
Gender:*
Blood Group:
Date of Birth:*
Date Of Join:*
Email
Nationality
Religion
Designation
Fathers Name:
Mothers Name:
Marital Status:*
Job Type:
{{--
Salary:
--}}

Upload Image


Profile image

@if(is_null($teacher->photo))

@else

@endif

Upload Files


Citizenship:*
@if(!is_null($teacher->citizenship)) @if($epld[1] == "jpg" || $epld[1] == "jpeg" || $epld[1] == "png" || $epld[1] == "svg" )

{{$ep[3]}}

@else

{{$ep[3]}}

@endif @endif
Teachers CV:*
@if(!is_null($teacher->teacher_cv)) @if($tcv[1] == "jpg" || $tcv[1] == "jpeg" || $tcv[1] == "png" || $tcv[1] == "svg" )

{{$ep1[3]}}

@else

{{$ep1[3]}}

@endif @endif
Other File:
@endsection