@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Create New Course') @section('left_sidebar') @include('front_end.pages.courses.instructor_left_sidebar') @endsection @section('content')
@push('scripts') @endpush @endsection