@extends('layouts.landing') @section('title', 'Edit Course') @section('content')
Back
@if($course->is_active == 0)
{{ csrf_field() }} {{ method_field('patch') }}
@elseif($course->is_active == 1)
{{ csrf_field() }} {{ method_field('patch') }}
@endif

Edit Course

Course Video

Start putting together your course by creating course modules and practice questions (quiz).

{{ csrf_field() }} {{ method_field('patch') }}
Step 1 of 2
What's the title of this course?
Give a brief explanation of the course, what it entails and what you expect your users to get from it
Upload Course files @if(isset($course->preview)) @elseif(isset($course->audio)) @endif
Upload a short video clip of the course giving insights to users on what the course is about
Upload a short audio clip of the course giving insights to users on what the course is about
Upload an image cover for this course
Step 2 of 2
@php $category = App\Models\Category::where('id', $course->category_id)->first(); @endphp
Add relatable tags to this course

The system automatically displays most viewed courses on Homepage if no course is made visible
display_status == 1 ? 'Checked' : ''}}>
0) data-list='{"valueNames": ["item-name"], "page": 10, "pagination": {"paginationClass": "list-pagination"}}' @endif id="contactsList">
Modules
{{$module_count}} modules
@if(count($modules) > 0) @else
No modules created
Add Modules
@endif
@endsection