@extends('adminlte::page') @section('template_title') {{ __('Update') }} Categoria @endsection @section('content')
{{ __('Update') }} Categoria
{{ method_field('PATCH') }} @csrf @include('categoria.form')
@endsection