@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
@if(isset($meeting->image)) @endif


  • @if($response['type'] == '2' && $response['type'] == '8')
    @endif @if($response['type'] == '2' && $response['type'] == '8')
    @endif
    {{-- --}}
    Meeting Setting :


    @endsection @section('script') @endsection