@extends('frontEnd.master') @section('content')
  • Home
  • Instructor Apply Form
Instroctor Apply Form

Drop us Message for any Query

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('phone_number'))
{{ $errors->first('phone_number') }}
@endif
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if($errors->has('date_birth'))
{{ $errors->first('date_birth') }}
@endif
@if($errors->has('instructor_photo'))
{{ $errors->first('instructor_photo') }}
@endif

@if($errors->has('education_level'))
{{ $errors->first('education_level') }}
@endif
@if($errors->has('result'))
{{ $errors->first('result') }}
@endif
@if($errors->has('passing_year'))
{{ $errors->first('passing_year') }}
@endif

@if($errors->has('company_name'))
{{ $errors->first('company_name') }}
@endif
@if($errors->has('employment_period'))
{{ $errors->first('employment_period') }}
@endif
@if($errors->has('responsibilities'))
{{ $errors->first('responsibilities') }}
@endif
image
@endsection