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

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

@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif
{!! __('site.page_headtags_new_help') !!} @if (\Session::has('error_value'))
{!! \Session::get('error_value') !!}
@endif
@include('includes/footer')