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

EDIT Success Story

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