@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 Days Months Duration Author Select Author @foreach ($mentors as $mentor) id == $course->author_id) selected @endif>{{ $mentor->name }} @endforeach Course Format course_format === 'open-ended' ? 'checked' : '' }} id="kt_course_format_option_1" /> open-ended open forever course_format === 'specific-dates' ? 'checked' : '' }} id="kt_course_format_option_2" /> specific-dates within specific dates Course Completion Criteria complete-all-lesson complete-all-lesson course_completion_criteria === 'complete-all-lesson' ? 'checked' : '' }} /> complete-all-lesson-and-test Complete-all-lesson-and-test course_completion_criteria === 'complete-all-lesson-and-test' ? 'checked' : '' }} /> complete-all-test complete-all-test course_completion_criteria === 'complete-all-test' ? 'checked' : '' }} /> complete-a-test complete-a-test course_completion_criteria === 'complete-a-test' ? 'checked' : '' }} /> Course Short Description {{old('short_description',$course->short_description)}} Course Description {{old('description',$course->description)}} Venue Select Venue @foreach ($venues as $venue) id == $course->venue_id) selected @endif>{{ $venue->title }} @endforeach Pricing Format Free Paid Fee Is Featured featured ? 'checked' : '' }}> @if(isset($course->brochure_url)) Download Brochure @endif @if(isset($course->demo_video_url)) Download Video @endif Upload Brochure Upload Video