@extends('layouts.bootstrap') @section('title', 'Create Subcategory') @section('header')

Create Subcategory

Back to Subcategories @endsection @section('content')
Subcategory Information
@csrf
@error('category_id')
{{ $message }}
@enderror
Select the parent category for this subcategory.
@error('name')
{{ $message }}
@enderror
Choose a unique name for this subcategory within the selected category.
Cancel
@endsection