@extends('super-admin.layouts.main') @section('content')
Add Course Topic
Back
@if (Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif @csrf
Title
*
Description
*
Add More
Submit
@section('script') $('.summernote').summernote({ height: 100, toolbar: [ ['style', ['bold', 'italic', 'underline', 'clear']], ['para', ['ul', 'ol']], ], disableDragAndDrop: true, }); setTimeout(function() { $('#errormsg').fadeOut('fast'); }, 1000); @endsection @endsection