{{ $businessName }}
@if(!empty($content['branch_label'])){{ $content['branch_label'] }}
@endifYour payment is processed securely
@php $content = $qrCode->content(); $businessName = $content['business_name'] ?? $qrCode->label; $currency = $content['currency'] ?? 'GHS'; // Public scans stay on ladl.link/{code} (HTML proxied to Mini). Prefer a // same-origin pay path so fetch() does not cross to mini.ladill.com. // Direct visits on mini.ladill.com keep the local /q/{code}/pay route. $isProxiedPublicScan = request()->headers->get('X-Ladill-Internal') === '1'; $payUrl = $isProxiedPublicScan ? '/'.$qrCode->short_code.'/pay' : url('/q/'.$qrCode->short_code.'/pay'); $csrf = csrf_token(); @endphp
{{-- Permissions-Policy for Paystack is set as an HTTP header (middleware + nginx). Meta http-equiv is not reliably applied by browsers for this feature. --}}{{ $content['branch_label'] }}
@endifYour payment is processed securely