@extends('admin.layouts.master') @section('title', 'View Zoom Meeting : '.$response['id']) @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
{{ $response['id'] }}
@if($response['type'] == '2') Scheduled Meeting @elseif($response['type'] == '3') Recurring Meeting with no fixed time @else Recurring Meeting with fixed time @endif
{{ $response['topic'] }}
{{ isset($response['agenda']) ? $response['agenda'] : "" }}
{{ optional($response)['start_time'] ? $dt->format('d-m-Y | h:i A') : "" }}
{{ isset($response['settings']['contact_name']) ? $response['settings']['contact_name'] : $response['host_email'] }}
{{ isset($response['duration']) ? $response['duration'] : "" }} min
Audio : {{ isset($response['settings']['audio']) == 'both' ? "Computer and Internet call" : isset($response['settings']['audio']) }}
Host Video : {{ isset($response['settings']['host_video']) == true ? "Enabled" : "Disabled"}}
Join before Host : {{ isset($response['settings']['join_before_host']) == true ? "Yes" : "No"}}
participant Video : {{ isset($response['settings']['participant_video']['join_before_host']) == true ? "Enabled" : "Disabled"}}