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

{{ __('Payment.puqPayPal.Ready to Pay with PayPal') }}

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

{{ __('Payment.puqPayPal.Pay Now with PayPal') }}

{{ __('Payment.puqPayPal.Order ID') }}: {{ $data['order_id'] }}

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