@if ($errors->has('number'))
{{ $errors->first('number') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('content'))
{{ $errors->first('content') }}
@endif
@section('ArticleScripts') @endsection