@extends('layouts.organization') @section('breadcrumb')

{{__('My Courses')}}

@endsection @section('content')
{{ __('Create Live Class') }}
@csrf
@if ($errors->has('class_topic')) {{ $errors->first('class_topic') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
@if ($errors->has('meeting_host_name')) {{ $errors->first('meeting_host_name') }} @endif
@if(zoom_status() == 1) @endif @if(get_option('jitsi_status') == 1) @endif @if(get_option('bbb_status') == 1) @endif
{{ __('Back') }}
@endsection @push('script') @endpush