Add Sent via Ladill Events to customer email footers.
Deploy Ladill Events / deploy (push) Successful in 43s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-12 20:14:19 +00:00
co-authored by Cursor
parent b5debd79c4
commit dda52722ce
3 changed files with 4 additions and 0 deletions
@@ -17,6 +17,7 @@
{!! $bodyHtml !!}
</div>
<p style="margin-top:20px;text-align:center;font-size:13px;color:#94a3b8;">{{ $companyName }}</p>
<p style="margin-top:8px;text-align:center;font-size:12px;color:#94a3b8;">Sent via Ladill Events</p>
</div>
</body>
</html>
@@ -1,5 +1,6 @@
@if (! empty($companyName))
<p class="email-footer-text" style="margin-top: 20px; color: #64748b;">{{ $companyName }}</p>
<p class="email-footer-text" style="margin-top: 8px; color: #94a3b8;">Sent via Ladill Events</p>
@else
@php
$brandKey = $brand ?? 'ladill';