@extends('layouts.backend') @section('content')

EDIT THOUGHT

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