@extends('form.index') @section('title', 'Actualizar categoria.') @section('title-form', 'Actualizar categoria.') @section('route-form', route('categorias.update',$categoria->id)) @section('content-form') @method('PUT')