@if(!Request::ajax()) @extends('layouts.app') @section('content') @include('layouts.inner_banner') @endif
@if(isset($PassPropage) && $PassPropage == 'PP')

{!! Form::open(['method' => 'post','url' => url('PagePass_URL_Listing'), 'id'=>'passwordprotect_form']) !!}
{!! Form::close() !!}
@else @if(isset($PageData['response']) && !empty($PageData['response']) && $PageData['response'] != '[]') {!! $PageData['response'] !!} @else

Coming Soon...

@endif @endif
@endsection