@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')
@if(!empty($eventDetails->getData('banner_image'))) @else @endif

{{$eventDetails->getData('post_title')}}

{!!$eventDetails->getData('description')!!}
@include('frontend.layouts.social')
@if(!empty($eventDetails->media) && $eventDetails->media->isNotEmpty())
@endif
@stop @section('scripts') @parent @stop