@extends('layouts.app_admin') @section('content')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
Cancel
@endsection