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

{{!empty($post) && $post->id ? "Edit" : "Create"}} Post {{!empty($post->title) ? " : " . $post->title : ""}}

@include('backend.errors.formErrors')
@if (!empty($post->id)) @endif @csrf
@endsection