@extends('frontend.' . auth()->user()->role . '-dashboard.layouts.master') @section('dashboard-contents')

{{ __('Create Course') }}

@include('frontend.instructor-dashboard.course.navigation')
@csrf
@endsection @push('scripts') @endpush