@extends('admin.layout') @section('title', 'Edit Category: ' . $category->name) @section('content')

Edit Category

← Back to List
@csrf @method('PUT')
Cancel
@endsection