@extends('super_admins.layouts.master') @section('title') Edit Education @endsection @section('css') @endsection @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) {{-- {{ $error }} --}} @endforeach @endif Education Home Doctor Educations Edit Education @csrf @method('PUT') Institute Name @if ($errors->has('institute')) {{ $errors->first('institute') }} @endif Degree Title @if ($errors->has('degree')) {{ $errors->first('degree') }} @endif From @if ($errors->has('from')) {{ $errors->first('from') }} @endif To @if ($errors->has('to')) {{ $errors->first('to') }} @endif Description {{ $doctor_education->description }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Choose File @if ($errors->has('file')) {{ $errors->first('file') }} @endif @if ($doctor_education->file) @else -- No File Selected @endif Status is_active) checked @endif class="custom-control-input" id="customSwitch1" aria-describedby="IsActiveError" aria-invalid="true"> Select Education To Be Active Or Not {{-- @if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif --}} Update @include('super_admins.includes.image_cropper_modal') @endsection @section('scripts') @include('super_admins.includes.image_cropper_scripts') @endsection