@section('title', __('site.page_post_cat_new_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')
@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif
@include('includes/footer')