@extends('portal.ninja2020.layout.payments', ['gateway_title' => 'FPX', 'card_title' => 'FPX']) @section('gateway_head') @if($gateway->company_gateway->getConfigField('account_id')) @else @endif @endsection @section('gateway_content') @include('portal.ninja2020.gateways.includes.payment_details') @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')]) {{ ctrans('texts.fpx') }} ({{ ctrans('texts.bank_transfer') }}) @endcomponent @include('portal.ninja2020.gateways.stripe.fpx.fpx') @include('portal.ninja2020.gateways.includes.pay_now') @endsection @push('footer') @vite('resources/js/clients/payments/stripe-fpx.js') @endpush