@extends('layouts.app') @section('template_title') Update Webhook Param @endsection @section('content')
@includeif('partials.errors')
{{ __('Modificación') }}
{{ method_field('PATCH') }} @csrf @include('parametro.form')
@endsection