@extends('layouts.app') @section('title', 'Edit Live Class') @section('page-title', 'Edit Live Class') @section('breadcrumb', 'Live Classes / Edit') @section('content')
@csrf @method('PUT')
@foreach($courses as $course) @endforeach @foreach($batches as $batch) @endforeach @foreach($instructors as $instructor) @endforeach @foreach(['zoom','google_meet','youtube','other'] as $val) @endforeach @foreach(['scheduled','live','completed','cancelled'] as $st) @endforeach
Cancel
@endsection