@section('title', 'View Course') @push('script') @endpush @push('style') @endpush @section('toolbar') @endsection @include('course::admin.course.courseInfo', ['activeMenu' => 'settings' , 'course' => $course])

Course Settings

@csrf
Thumbnail
thumbnail_url && Storage::disk('elegant')->exists($course->thumbnail_url)) style="background-image: url({{ Storage::disk('elegant')->url($course->thumbnail_url) }})" @endif>
@if ($course->thumbnail_url && Storage::disk('elegant')->exists($course->thumbnail_url)) @endif
Course Title
Course Code
Is Started
started === 'yes' ? 'checked' : '' }}>
Start Date
Duration Type
Duration
Author
Course Format
course_format === 'open-ended' ? 'checked' : '' }} id="kt_course_format_option_1" />
course_format === 'specific-dates' ? 'checked' : '' }} id="kt_course_format_option_2" />
Course Completion Criteria
Course Short Description
Course Description
Venue
Pricing Format
Fee
Is Featured
featured ? 'checked' : '' }}>
@if(isset($course->brochure_url)) @endif
@if(isset($course->demo_video_url)) @endif