@extends('layouts.app', [ 'class' => '', 'elementActive' => 'documents' ]) @section('content')
@csrf @if($errors->has('author'))
{{ $errors->first('author') }}
@endif {{ trans('cruds.article.fields.title_helper') }}
@if($errors->has('en_title'))
{{ $errors->first('en_title') }}
@endif {{ trans('cruds.article.fields.title_helper') }}
@if($errors->has('en_content'))
{{ $errors->first('en_content') }}
@endif {{ trans('cruds.article.fields.full_text_helper') }}
@if($errors->has('my_title'))
{{ $errors->first('my_title') }}
@endif {{ trans('cruds.article.fields.title_helper') }}
@if($errors->has('my_content'))
{{ $errors->first('my_content') }}
@endif {{ trans('cruds.article.fields.full_text_helper') }}
Cancel
@stop @push('scripts') @endpush