@section('title', __('site.page_pages_new_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_pages_new_title') }}

@if (\Session::has('error_title'))
{!! \Session::get('error_title') !!}
@endif
@if(!$pageData->blocked)
@endif
@include('includes/footer')