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

Edit Category

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