@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

NEW ARTICLE

@csrf
@if ($errors->has('title')) @endif
@if ($errors->has('content')) @endif
@if ($errors->has('author')) @endif
@if ($errors->has('created_at')) @endif
@endsection