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

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

{{ $investment->plan?->name }} Balance

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

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

Withdraw funds from AI Bot balance to main wallet

Enter amount to withdraw to main wallet

@csrf

Enter amount

$
@endsection