@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('news::frontview.news-left-panel')
@php echo $PAGE_CONTENT['response']; @endphp
@else
Coming Soon...
We are currently working on a new super awesome page.
@endif @if(!Request::ajax()) @section('footer_scripts') @endsection @endsection @endif