@extends('layouts.app') @section('title', 'Create Session - ' . $course->title) @section('content') Courses {{ $course->title }} Create Session Create New Session Add a new session to {{ $course->title }} Back to Sessions @csrf Session Information Session Number * @error('session_number') {{ $message }} @enderror Session Title * @error('title') {{ $message }} @enderror Session Description * {{ old('description') }} @error('description') {{ $message }} @enderror Duration (minutes) * @error('duration_minutes') {{ $message }} @enderror Publication Status Publish session (visible to students) Session Content Session Content {{ old('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. Add Objective Create Session Cancel @endsection
Add a new session to {{ $course->title }}
What will students be able to do after completing this session?