@php $liveEvent = getLiveEvent(); @endphp @if(@$liveEvent)
{!! $liveEvent->name !!}
@if($liveEvent->location)
{!! $liveEvent->location !!}
@endif {!! $liveEvent->name !!}
Click Here To Join Live Now
{!! $liveEvent->description !!}
@elseif($nextEvent)
Next Event In
{!! convertUtcToLocal($nextEvent->start_date_time, config('constants.DISPLAY_DATE_FORMAT')) !!}
{!! displayStartEndTime($nextEvent) !!}
{!! $nextEvent->name !!}
@if($nextEvent->location)
{!! $nextEvent->location !!}
@endif
{!! $nextEvent->name !!}
{!! $nextEvent->description !!}
@endif