@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.credit_card'), 'card_title' => ctrans('texts.bank_transfer')]) @section('gateway_head') @endsection @section('gateway_content')
@csrf
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.method')]) {{ ctrans('texts.bank_account') }} @endcomponent @endsection @section('gateway_footer') @vite('resources/js/clients/payment_methods/wepay-bank-account.js') @endsection