@extends('layouts.landing') @section('title', 'Elearning Course Modules') @section('content')
Back

Create Modules for {{tenantSetting($_SERVER['HTTP_HOST'])->elearning ?? 'Elearning'}} Videos

Module Videos

Start adding videos for your course modules

@csrf
What's the title of this module?
Add a detailed transcription for the module video
Upload Module files
Upload video for this module (Max upload size 500mb)
Upload an image cover for this module
Modules
@if(empty($test))
Add Quiz
@else
Test: {{$test->title}}
@endif
{{$module_count}} modules
@if(count($modules) > 0) @else
No modules created
Add Modules
@endif
@endsection