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

AI Bot

Select your preferred plan from our list of AI bots to automate your arbitrage process.

@foreach($plans as $plan)

{{ $plan->name }}

{{ $plan->description }}

${{ number_format($plan->price) }}

  • Minimum Funding Of ${{ number_format($plan->min_fund) }}
  • Maximum Funding Of ${{ number_format($plan->max_fund) }}
  • One Time Funding
  • Runs For 30 days
@endforeach
@endsection