@extends('panel.layout.app') @section('title', __('Subscription Payment')) @section('titlebar_actions', '') @section('additional_css') @endsection @section('content')
@include('panel.user.finance.coupon.index')
@csrf
{{ __('Order ID') }}: {{ $order_id }}
{!! $gateway->bank_account_other ?? 'To facilitate the processing of your transaction, kindly remit your payment directly to our designated bank account. Please ensure to include your Order ID Number as the payment reference to expedite the allocation of funds to your account. Note that services will not be credited until the payment has successfully been received in our bank account. We appreciate your cooperation and thank you for choosing our services.' !!}
{!! $gateway->bank_account_details ?? "Bank Name:\nAccount Name:\nIBAN:\nBIC/Swift:\nRouting Number:\n" !!}
@if ($plan->trial_days != 0 && $plan->frequency != 'lifetime_monthly' && $plan->frequency != 'lifetime_yearly' && $plan->price > 0) {{ __('Start free trial ') }} {{ __('with') }} {{ __('Bank transfer') }} @else {{ __('Pay') }} {!! displayCurr(currency()->symbol, $plan->price, $taxValue, $newDiscountedPrice) !!} {{ __('with') }} {{ __('Bank transfer') }} @endif

{{ __('By purchasing you confirm our') }} {{ __('Terms and Conditions') }}

@include('panel.user.finance.partials.plan_card')
@endsection @push('script') @endpush