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

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

{{ csrf_field() }}
@if ($errors->has('title')){{ $errors->first('title') }}@endif
@if ($errors->has('alias')){{ $errors->first('alias') }}@endif
@if ($errors->has('brief')){{ $errors->first('brief') }}@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('sort')){{ $errors->first('sort') }}@endif
@if ($errors->has('description')){{ $errors->first('description') }}@endif



@section('js_pagelevel') @endsection @endsection