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

NEW THOUGHT

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