@extends('layouts.bootstrap') @section('title', 'Edit Category') @section('header')

Edit Category

Back to Categories @endsection @section('content')
Edit Category Information
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Choose a unique name for this category.
Cancel
@endsection