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

Edit Category

Update the category information below

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

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

@if($category->isSubcategory())
@endif
Cancel
@endsection