@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"}}