@if(isset($PassPropage) && $PassPropage == 'PP')
@else
@if(isset($PageData['response']) && !empty($PageData['response']) && $PageData['response'] != '[]')
{!! $PageData['response'] !!}
@else
Coming Soon...
We are currently working on a new super awesome page.
@endif
@endif
@if(!Request::ajax())
@section('footer_scripts')
@endsection
@endsection
@endif