@extends('layouts.app') @section('title', 'Create Session - ' . $course->title) @section('content')

Create New Session

Add a new session to {{ $course->title }}

@csrf

Session Information

@error('session_number')
{{ $message }}
@enderror
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('duration_minutes')
{{ $message }}
@enderror

Session Content

This is the main content that students will see. You can add additional materials (files, links, videos) after creating the session.
@error('content')
{{ $message }}
@enderror

Learning Objectives (Optional)

What will students be able to do after completing this session?

1.
Cancel
@endsection