@extends('theme.master') @section('title', "$zoom->meeting_title") @section('content') @include('admin.message') @section('meta_tags') @php $url = URL::current(); @endphp
@endsection
{{ $zoom['meeting_title'] }}
{{ __('Created') }}: {{ $zoom->user['fname'] }}
@if($zoom->type != '3')
{{ __('Start At')}}: {{ date('d-m-Y | h:i:s A',strtotime($zoom['start_time'])) }}
@endif
@if($zoom['image'] !== NULL && $zoom['image'] !== '')
@else
@endif
{{ __('Join Meeting')}}
{{ __('Agenda') }}
{!! $zoom->agenda !!}
@endsection @section('custom-script') @endsection