Google2Fa ready to upload

This commit is contained in:
Kevin Adametz 2021-11-09 18:38:44 +01:00
parent e3495be8b8
commit 73e38a006e
127 changed files with 2637 additions and 589 deletions

View file

@ -11,8 +11,12 @@
@if($lead_mail->is_answer)
Antwort von:<br>
@else
Gesendet an:<br>
@if($lead_mail->send)
Gesendet an:<br>
@else
(nicht gesendet) an:<br>
@endif
@endif
&lt;<a href="mailto:{{$lead_mail->email}}">{{$lead_mail->email}}</a>&gt; {{$lead_mail->sent_at }}
@if($lead_mail->recipient)
<div>TO: {{\App\Services\Util::_implodeLines($lead_mail->recipient, ', ')}}</div>