@extends('super-admin.layouts.main') @section('content')

Edit Course Topics


Back
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @csrf
* @error('title') {{ $message }} @enderror
* @error('description') {{$message}} @enderror
@section('script') $('.summernote').summernote({ height: 100, toolbar: [ ['style', ['bold', 'italic', 'underline', 'clear']], ['para', ['ul', 'ol']], ], disableDragAndDrop: true, }); @endsection @endsection