1. {{ __('Up Next') }}

Upcoming Events

These events will occur within in the next 2-3 hours. Current time is: {{date('g:i a',strtotime(now()))}}. (Refresh)

@if($events)
{{-- Mobile --}} @foreach ($events as $event) @endforeach
{{date('h:i a',strtotime($event->start_at))}} @if(\Auth::user()) {{$event->name}} @else {{strtoupper($event->name)}} @endif @if($event->location)
Location: {{ $event->location->room }} @else
Location: Not Specified @endif
@else There are no records @endif
@livewire('footer-links')