@extends('admin.layouts.app') @section('title', 'Edit Subcategory') @section('page-title', 'Edit Subcategory') @section('content')

Edit Subcategory

Update the subcategory information below

@csrf @method('PUT')
@if($subcategory->image)
Current
@endif

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

Cancel
@endsection