@extends('backend.template.layouts.template-base') @section('title', 'Create Blog Category') @section('content') Create Category Back @csrf Category* @error('name') {{ $message }} @enderror URL of the Slug* @error('slug_url') {{ $message }} @enderror Status Active Inactive SEO Settings Meta Title @error('meta_title') {{ $message }} @enderror Meta Keyword @error('meta_keyword') {{ $message }} @enderror Meta Description @error('meta_description') {{ $message }} @enderror Submit @endsection @section('scripts') @endsection