@extends($activeTemplate . 'layouts.master') @section('content')

{{ __($pageTitle) }}

@csrf
@lang('Choose an existing cardholder if available, or create a new cardholder by providing the required information')
@lang('Generate One-time or Reusable virtual cards. One-time cards expire after a single use, while Reusable cards stay active until expiry.')

@lang('Card Holder Information')

@lang('Please provide the correct information for creating a virtual card. Stripe verifies the submitted details using its own verification mechanism.')
@lang('The full legal name of the cardholder as it appears on government-issued documents like a driver’s license or passport.')
@lang('The name of an virtual cards. Once set,it cannot be changed.')
@lang('Billing address for all cards issued to the cardholder')
@lang('Provide either an email address or a phone number for the cardholder. This is required for digital wallet support.')
@lang('This information is used to confirm the cardholder identity')
@endsection @push('script') @endpush @push('style') @endpush