@if(!Request::ajax()) @extends('layouts.app') @section('content') @include('layouts.inner_banner') @endif @if(isset($PAGE_CONTENT['response']) && !empty($PAGE_CONTENT['response']) && $PAGE_CONTENT['response'] != '[]')
@include('layouts.share-email-print')
@include('events::frontview.events-left-panel')
{!! $PAGE_CONTENT['response'] !!}
@else
@include('layouts.share-email-print')
Coming Soon...
We are currently working on a new super awesome page.
@endif @if(!Request::ajax()) @section('footer_scripts') @endsection @endsection @endif