@extends('admin.layouts.app') @section('title', 'Create Subcategory') @section('page-title', 'Create Subcategory: ' . $category->name) @section('content')

Create New Subcategory

Fill in the details below to create a new subcategory

Parent Category: {{ $category->name }}

@csrf

Max size: 5MB. Formats: JPEG, PNG, JPG, GIF, WEBP

Cancel
@endsection