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

EDIT PAGE

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