@extends('theme.master') @section('title', "$zoom->meeting_title") @section('content') @include('admin.message') {{ $zoom['meeting_title'] }} {{ __('frontstaticword.Created') }}: {{ $zoom->user['fname'] }} @if($zoom->type != '3') Start At: {{ date('d-m-Y | h:i:s A',strtotime($zoom['start_time'])) }} @endif Join Meeting {{ __('frontstaticword.Agenda') }} {!! $zoom->agenda !!} @endsection