@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) --}}
{{-- --}}
{{__('Set to None if you want to use your account timezone.')}}

paid_meeting_toggle ? 'checked' : '' }}>
@endsection @section('script') @endsection