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

{{!empty($category) && $category->id ? "Edit" : "Create"}} Blog Category {{!empty($category->name) ? " : " . $category->name : ""}}

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