Update event checkout footer to Ladill Pay branding.
Deploy Ladill Events / deploy (push) Successful in 50s

Payment sections now read Secured by Paystack. Powered by Ladill Pay.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 06:28:42 +00:00
co-authored by Cursor
parent c92ad91a06
commit cdb1875779
+2 -2
View File
@@ -473,7 +473,7 @@
{{-- Header --}}
<div class="px-6 py-6 text-center" style="background: linear-gradient(160deg, {{ $churchColor }}0d 0%, {{ $churchColor }}1f 100%); border-bottom: 1px solid {{ $churchColor }}22;">
<h2 class="text-lg font-bold text-slate-900">Give Online</h2>
<p class="mt-0.5 text-xs text-slate-500">Secured by Paystack</p>
<p class="mt-0.5 text-xs text-slate-500">Secured by Paystack. Powered by Ladill Pay</p>
</div>
<div class="px-5 pb-6 pt-5 space-y-5">
@@ -1471,7 +1471,7 @@
<span x-text="loading ? 'Opening payment…' : ('Pay {{ $currency }} ' + orderTotal.toFixed(2))"></span>
</button>
<p class="text-center text-[11px] text-slate-400">Secured by Paystack</p>
<p class="text-center text-[11px] text-slate-400">Secured by Paystack. Powered by Ladill Pay</p>
</div>
</div>
</div>