@extends('admin/layouts.master') @section('title', 'Edit Zoom Meeting : '.$response['id']) @section('body') Edit Zoom Meeting : {{ $response['id'] }} Meeting Type : @if($response['type'] == '2') Scheduled Meeting @elseif($response['type'] == '3') Recurring Meeting with no fixed time @else Recurring Meeting with fixed time @endif @csrf {{ __('adminstaticword.Image') }}: @if(isset($meeting->image)) @endif {{ __('adminstaticword.LinkByCourse') }}: {{ __('adminstaticword.Courses') }}: @foreach($course as $caat) id ? 'selected' : "" }} value="{{ $caat->id }}">{{ $caat->title }} @endforeach Meeting Topic:* Recurring Metting (with no fixed time) @if($response['type'] == '2' && $response['type'] == '8') Meeting Start Time:* @endif @if($response['type'] == '2' && $response['type'] == '8') Duration:* @endif Meeting Password: (Optional) Meeting Agenda:* {{-- --}} {{ $response['agenda'] }} Meeting Setting : Enable Host Video Enable Participant Video Join before host? Mute Upon Entry? Registrants email notification? Update Meeting @endsection @section('script') @endsection