@extends('admin.layouts.master') @section('title', 'Edit Zoom meeting') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
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
Upload
@if(isset($meeting->image)) @endif
{{-- @dd($meeting) --}}
@if($response['type'] == '2' && $response['type'] == '8')
@endif @if($response['type'] == '2' && $response['type'] == '8')
@endif
{{-- --}}
Meeting Setting :

@endsection @section('script') @endsection