@extends('admin.layouts.master') @section('title', 'Edit Zoom meeting') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit Zoom meeting') }} @endslot @slot('menu1') {{ __('Meetings') }} @endslot @slot('menu2') {{ __('Zoom Meetings') }} @endslot @slot('menu2') {{ __('Edit Zoom meeting') }} @endslot @slot('button')
{{ __("Back")}}
@endcomponent
@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