@extends('super_admins.layouts.master') @section('title') Add Certifications @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif Certification Home Doctor Profile Doctor Certifications Add Doctor Certification @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Description {{ old('description') }} @if ($errors->has('description')) {{ $errors->first('description') }} @endif Choose File @if ($errors->has('file')) {{ $errors->first('file') }} @endif Status Select Certificate 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