@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('article_text'))
{{ $errors->first('article_text') }}
@endif
{{--
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
--}}
{{-- {!! Form::select('tag[]', $tags, old('tag') ? old('tag') : $article->tag->pluck('id')->toArray(), [
'class' => 'form-control select2',
'multiple' => 'multiple',
'id' => 'selectall-tag',
]) !!} --}}
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
{{--
--}}