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

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

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