@extends('layouts.user') @section('title') AI Purchase @endsection @section('content')

{{ ucfirst($plan->name) }}

{{ ucfirst($plan->name) }}
Plan Name: ${{ ucfirst($plan->name) }}
Plan Price: ${{ number_format($plan->price, 2) }}
Access Capacity: One time funding Access until next purchase
Capital Capacity: ${{ number_format($plan->min_fund, 2) }} - ${{ number_format($plan->max_fund, 2) }}
Description :

{{ $plan->description }}

@csrf Note: Payment amount will be deducted from your main wallet, do well to deposit into your wallet before you proceed
@endsection