@if (!empty($faviconUrl)) @endif
Transfer the amount to the account below, then submit the bank details you paid from and a supporting document.
{{ session('success') }}
@endif @if (session('error')){{ session('error') }}
@endifAmount due: {{ number_format((float) $payment->amount, 2) }} {{ $payment->currency }}
@if ($bankName)Bank: {{ $bankName }}
@endif @if ($bankAccountName)Account name: {{ $bankAccountName }}
@endifAccount number: {{ $bankAccountNumber ?: '—' }}
@if ($bankBranch)Branch: {{ $bankBranch }}
@endif @if ($bankSwift)SWIFT / sort code: {{ $bankSwift }}
@endifReference: {{ $payment->reference }}
{{ $bankInstructions }}
@endifThis payment has been confirmed. You can sign in if your account is active.
@elseif ($payment->isFailed())This payment was not confirmed{{ $payment->failure_reason ? ': '.$payment->failure_reason : '.' }}
@else @if ($payment->hasProof())Details received. You can update them below while we review.
@endif @endif