@extends('super_admins.layouts.master') @section('title') Add Doctor Educations @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif Education Home Doctor Profile Doctor Educations Add Doctor Education @csrf Institute Name @if ($errors->has('institute')) {{ $errors->first('institute') }} @endif Degree Title @if ($errors->has('degree')) {{ $errors->first('degree') }} @endif Subject @if ($errors->has('subject')) {{ $errors->first('subject') }} @endif From @if ($errors->has('from')) {{ $errors->first('from') }} @endif To @if ($errors->has('to')) {{ $errors->first('to') }} @endif Description {{ old('description') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Choose File @if ($errors->has('file')) {{ $errors->first('file') }} @endif Status Select Education To Be Active Or Not {{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}} Submit @include('super_admins.includes.image_cropper_modal') @endsection @section('scripts') @include('super_admins.includes.image_cropper_scripts') @endsection