@if(!$event->is_live)
@if(!$event->is_live) {{ @trans("ManageEvent.event_not_live") }} {!! Form::open(['url' => route('MakeEventLive', ['event_id' => $event->id]), 'id' => 'make-event-live-form', 'style' => 'display:inline-block;']) !!} {!! Form::submit(trans('ManageEvent.publish_it'), ['class' => 'btn btn-success']) !!} {!! Form::close() !!} @endif
@endif
{{$event->organiser->name}} @lang("Public_ViewEvent.presents")

{{$event->title}}

{{ $event->startDateFormatted() }} - @if($event->start_date->diffInDays($event->end_date) == 0) {{ $event->end_date->format('H:i') }} @else {{ $event->endDateFormatted() }} @endif @lang("Public_ViewEvent.at") {{$event->venue_name}}