@extends('super_admins.layouts.master') @section('title') Add Doctor Experiences @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif Experience Home Doctor Profile Doctor Experiences Add Doctor Experience @csrf Company Name @if ($errors->has('company')) {{ $errors->first('company') }} @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 Experience 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