@extends('layouts.mobile') @section('title', 'Create Virtual Card') @section('content')

Create Virtual Card

Create a new virtual card for online payments

@if($errors->any())
Please fix the following errors:
@endif
@csrf

{{ auth()->user()->first_name }} {{ auth()->user()->last_name }}

Virtual Debit Card

Currency

NGN

•••• •••• •••• ••••

Spending Limit

₦100,000

Expires

{{ date('m/y', strtotime('+2 years')) }}

@foreach($cardTypes as $key => $type) @endforeach
@foreach($currencies as $key => $currency) @endforeach
@foreach([50000, 100000, 500000] as $limit) @endforeach

Set a spending limit for your card (₦1,000 - ₦1,000,000)

Card PIN

Confirm PIN

Card Creation Fee

A one-time fee of ₦500 will be deducted from your wallet for card creation.

@endsection