@extends('layouts.app') @section('title', 'Editar categoria — '.config('app.name')) @section('content')

Editar categoria

{{ $category->name }}

@csrf @method('PUT') @include('product-categories._form')
Cancelar
@endsection