@if($data['status'] === 'success')

{{ __('Payment.puqPrzelewy24.Ready to Pay with Przelewy24') }}

{{ __('Payment.puqPrzelewy24.Click the button below to complete your payment securely via Przelewy24.') }}

{{ __('Payment.puqPrzelewy24.Pay Now with Przelewy24') }}

{{ __('Payment.puqPrzelewy24.Transaction Token') }}:
{{ $data['data']['token'] }}
{{ __('Payment.puqPrzelewy24.Description') }}: {{ $data['data']['description'] }}

@else
{{ __('Payment.puqPrzelewy24.Something went wrong. Please try again later.') }}
@endif