@if($event)
@if(isset($event->thumbnail) && $event->thumbnail!="")
{{ ucfirst($event->event_title) }}
{{ $event->formattedDate() }}
{{ $event->createdBy->fname.' '.$event->createdBy->lname }}
@if($layout=='sidebar')
@endif
{{ $interestedCount }} User Interested /
@if($layout=='sidebar')
View Guest List
@endif
{{ $event->formattedDate() }}
@if($event->event_type=='online')
ONLINE
@elseif($event->event_type=='location' && $event->address)
{{ $event->address }}
@endif
{{ $event->ticket_price }} Points
{{ $event->public_private }}
{!! $event->description !!}
Participants
@if($event->public_private=='public')
@endif
@if(!is_null($event->playback_url))
@endif
@if($event->event_type=='location' && $event->address)
Address
{{$event->address}}
@endif
No event found.