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