@extends('back/layouts.app') @section('content')

{{ __('words.add') }}    

{{ csrf_field() }}
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('header')){{ $errors->first('header') }}@endif
@if ($errors->has('meta_description')){{ $errors->first('meta_description') }}@endif
@if ($errors->has('meta_keywords')){{ $errors->first('meta_keywords') }}@endif
@if ($errors->has('html')){{ $errors->first('html') }}@endif
@section('js_pagelevel') @endsection @endsection