@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