@extends('layouts.user') @section('title') Fund AI Bot @endsection @section('content')
{{ auth()->user()->username }}

{{ auth()->user()->email }}

Main Balance

${{ number_format(auth()->user()->balance, 2) }} USDT

{{ now()->format('d F Y') }} @if(auth()->user()->balance > 0) Active @else In-Active @endif

Fund AI arbitrage bot from main balance

Note: You can only fund this bot once.

@csrf

Enter amount

$
@endsection