Files
opnform-host-nginx/api/resources/views/mail/form/integrations-event-created.blade.php
2024-08-26 18:24:56 +02:00

13 lines
291 B
PHP

@component('mail::message')
Hello,
We tried to trigger a **{{$integration_name}}** for your form "{{$form->title}}", but it failed. Here is the error that we got:
@component('mail::panel')
{{$error}}
@endcomponent
Contact us via the website live chat if you need any help.
@endcomponent