@extends('layouts.app') @section('template_title') Webhook Param @endsection @section('content')
@if ($message = Session::get('success')) {{--

{{ $message }}

--}} @endif
{{ __('Plantillas de Texto') }}
{{----}} @foreach ($webhookParams as $webhookParam) {{----}} @endforeach
NoCodigo GrupoValor
{{ ++$i }}{{ $webhookParam->codigo }} {{ $webhookParam->grupo }}{{ $webhookParam->valor }}
{{----}} @csrf @method('DELETE')
{!! $webhookParams->links() !!}
@endsection