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

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

@if (\Session::has('error_entry'))
{!! \Session::get('error_entry') !!}
@endif
@if (\Session::has('error_description'))
{!! \Session::get('error_description') !!}
@endif

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


@include('includes/footer')