@extends('admin.layouts.app') @section('title', 'Create Blog Category') @section('page-title', 'Create Blog Category') @section('content')
@csrf
@error('name')

{{ $message }}

@enderror
Cancel
@endsection