@extends('layouts.app') @section('content')

Configurar: {{ $event->name }}

@csrf @method('PUT')
is_active))>
send_email))>
send_whatsapp))>
@foreach(['email', 'whatsapp'] as $ch)@php($tpl = $event->templates->firstWhere('channel', $ch))
Plantilla {{ $ch }}
@if($ch === 'email') @endif @if($ch === 'whatsapp') @endif
@endforeach
Destinatarios
@foreach($event->recipients as $r)@endforeach
{{ $r->channel }} {{ $r->recipient_type }} {{ $r->recipient_value }}
@csrf @method('DELETE')
@csrf
@endsection