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

Edit Category - {{ $category->name }}

Back to List

Update {{ $category->name }}

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Cancel
@endsection