@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.browser_pay'), 'card_title' => ctrans('texts.browser_pay')]) @section('gateway_head') @if($gateway->company_gateway->getConfigField('account_id')) @else @endif @endsection @section('gateway_content')
@csrf
@include('portal.ninja2020.gateways.includes.payment_details') @component('portal.ninja2020.components.general.card-element-single')
@endcomponent @endsection @section('gateway_footer') @vite('resources/js/clients/payments/stripe-browserpay.js') @endsection