@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')
{{ __('dashboard.Prepare the class link, timing, and visibility settings from one clean workspace for the teaching team.') }}