@extends('admin/layouts.master') @section('title', 'Create a new live cLass') @section('body') @include('admin.message') Create a new Live CLass @csrf {{ __('adminstaticword.LinkByCourse') }}: {{ __('adminstaticword.Courses') }}:* @php $course = App\Course::where('status', '1')->get(); @endphp @foreach($course as $cor) {{$cor->title}} @endforeach Presenter name: * Class ID: * {{ __('adminstaticword.Courses') }}:* @php $course = App\Course::where('status', '1')->get(); @endphp @foreach($course as $cor) {{$cor->title}} @endforeach Topic Name: * Class Duration: * It will be count in minutes Class Start Time:* Moderator Password: Attandee Password: (Tip ! Share your attendee password to students using social handling networks.) Should be diffrent from Moderator password Set Welcome Message: Set Max Participants: Set Mute on Start: Allow Record: + Create Live Class @endsection @section('script') @endsection