@extends('layouts.app') @section('title', 'Schedule Live Class') @section('page-title', 'Schedule Live Class') @section('breadcrumb', 'Live Classes / Create') @section('content')
@csrf
@foreach($courses as $course) @endforeach @foreach($batches as $batch) @endforeach @foreach($instructors as $instructor) @endforeach @foreach(['zoom' => 'Zoom', 'google_meet' => 'Google Meet', 'youtube' => 'YouTube', 'other' => 'Other'] as $val => $label) @endforeach @foreach(['scheduled','live','completed','cancelled'] as $st) @endforeach
Cancel
@endsection