@extends('layouts.'.$layout) @section('title', 'Nomadic-Event') @section('content')
@if($event) @if(isset($event->thumbnail) && $event->thumbnail!="") Event Image @endif @if(session('success'))
{{ session('success') }}
@endif

{{ 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
@else

No event found.

@endif
@endsection @section('footer_scripts') @endsection