@extends('dashboard.user.layouts.app') @section('content') @push('styles') @endpush

{{ $title }}

@csrf

Apply for Virtual Card

Get instant access to a virtual card for online payments

Back to Cards

Apply for a Virtual Card

Get instant access to a virtual card for online payments and subscriptions

Card Details
@error('card_type') {{ $message }} @enderror
Different levels offer varied spending limits and features @error('card_level') {{ $message }} @enderror
@error('currency') {{ $message }} @enderror
{{ currency($user->currency) }} {{ currency($user->currency, 'code') }} @error('daily_limit') {{ $message }} @enderror
Limits: {{ currency($user->currency) }}100 - {{ currency($user->currency) }}5,000
Billing Information
@error('card_holder_name') {{ $message }} @enderror
@error('billing_address') {{ $message }} @enderror
@error('city') {{ $message }} @enderror
@error('zip') {{ $message }} @enderror
By checking this box, you agree to our virtual card terms, including fees, limits, and usage policies. @error('terms') {{ $message }} @enderror
Back to Cards
Secure
Bank-level security with real-time fraud monitoring.
Instant
Get your card instantly after approval for immediate use.
Control
Set spending limits and freeze cards anytime.
@endsection