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

Edit Category

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