@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.Add New Virtual Class Room')) @section('page_heading', __('dashboard.Add New Virtual Class Room')) @section('breadcrumb') @endsection @section('actions') {{ __('dashboard.Back') }} @endsection @section('content')
{{ __('dashboard.Add New Virtual Class Room') }}

{{ __('dashboard.Schedule a new virtual learning session') }}

{{ __('dashboard.Prepare the class link, timing, and visibility settings from one clean workspace for the teaching team.') }}

{{ __('dashboard.Course') }}
{{ $course->name }}
{{ __('dashboard.Type') }} {{ __('dashboard.Live Session') }}
@csrf
{{ __('dashboard.Session Details') }} {{ __('dashboard.Define the identity of the virtual class and the link students will use.') }}
{{ __('dashboard.Schedule & Visibility') }} {{ __('dashboard.Control timing, status, publication, and optional image.') }}
{{ __('dashboard.Cancel') }}
@endsection @section('scripts') @endsection