@extends('layouts.usermaster') @section('title') Voice Sync: My Meetings @endsection @section('content.header.title') Meetings @endsection @section('content') Upcoming Previous Personal Room Schedule new meeting @if(isset($upMeetings) && count($upMeetings) > 0) @foreach($upMeetings as $upMtg) {{ $upMtg->title }} {{ \Carbon\Carbon::parse($upMtg->start_datetime)->format('m/d/Y h:i a')}} - {{ \Carbon\Carbon::parse($upMtg->end_datetime)->format('m/d/Y h:i a')}} Meeting ID: {{ $upMtg->meeting_num }} Start Edit Clone Delete @endforeach @else You do not have any current meetings @endif @if(isset($pastMeetings) && count($pastMeetings) > 0) @foreach($pastMeetings as $upMtg) {{ $upMtg->title }} {{ \Carbon\Carbon::parse($upMtg->start_datetime)->format('m/d/Y h:i a')}} - {{ \Carbon\Carbon::parse($upMtg->end_datetime)->format('m/d/Y h:i a')}} Meeting ID: {{ $upMtg->meeting_num }} Clone @endforeach @else You do not have any previous meetings @endif Coming soon. . . Delete Meeting × Are you sure you wish to delete this ''? @endsection('content') @section('javascript') @endsection @section('page_script') @endsection
You do not have any current meetings
You do not have any previous meetings
Coming soon. . .