@extends('layouts.app') @section('template_title') Create Webhook Param @endsection @section('content')
@includeif('partials.errors')
Create Webhook Param
@csrf @include('parametro.form')
@endsection