@extends('layouts.app') @section('template_title') Webhook Param @endsection @section('content')
@if ($message = Session::get('success')) @endif
{{ __('Plantillas de Imagen') }}
{{----}} @foreach ($webhookParams as $webhookParam) {{----}} @endforeach
NoCodigo GrupoValor Imagen
{{ ++$i }}{{ $webhookParam->codigo }} {{ $webhookParam->grupo }}{{ $webhookParam->valor }} Image
@csrf @method('DELETE')
{!! $webhookParams->links() !!}
@endsection