@extends('super_admins.layouts.master') @section('title') Add Doctor Experiences @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif

Experience

@csrf
@if ($errors->has('company')) {{ $errors->first('company') }} @endif
@if ($errors->has('from')) {{ $errors->first('from') }} @endif
@if ($errors->has('to')) {{ $errors->first('to') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
{{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}}
@include('super_admins.includes.image_cropper_modal') @endsection @section('scripts') @include('super_admins.includes.image_cropper_scripts') @endsection