@extends('layouts.master_app') @section('title') Editar categoría @endsection @section('css') @endsection @section('content')
Categorías
@csrf @method('PATCH')
@include('partials.errors') @csrf
@endsection @section('js') @endsection