@php $content = $qrCode->content(); $businessName = $content['business_name'] ?? $qrCode->label; $currency = $content['currency'] ?? 'GHS'; $payUrl = route('qr.public.payment.pay', $qrCode->short_code); $csrf = csrf_token(); @endphp Pay {{ $businessName }} @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- Mobile: Ladill Mini branding + fixed payment sheet --}}
Ladill Mini

{{ $businessName }}

@if(!empty($content['branch_label']))

{{ $content['branch_label'] }}

@endif
{{ $currency }}

Secured by Paystack. Powered by Ladill Pay

{{-- Desktop: centered card --}}
@if(!empty($content['logo_path'])) @endif

{{ $businessName }}

@if(!empty($content['branch_label']))

{{ $content['branch_label'] }}

@endif
{{ $currency }}

Secured by Paystack. Powered by Ladill Pay

@include('partials.paystack-sheet')