@php use App\Models\DepositCoin; use App\Models\Bot; use Faker\Factory as Faker; $page_title = 'Home'; $faker = Faker::create(); $logos = DepositCoin::inRandomOrder() ->take(20) ->get('logo_url'); $bots = Bot::get(); $deposit_methods = ['usdttrc20']; $methods = DepositCoin::where('status', 1)->get(); foreach ($methods as $method) { array_push($deposit_methods, $method->code); } // Check if the count is less than 20 while (count($deposit_methods) < 20) { $deposit_methods[] = 'usdttrc20'; } $actions = ['deposited', 'withdrew', 'withdrew', 'deposited', 'withdrew', 'deposited', 'withdrew', 'withdrew', 'withdrew', 'withdrew', 'withdrew', 'withdrew']; $whys = ['Cutting-Edge Precision', 'Trendsetter Advantage', 'Adaptive Excellence', 'Seamless Profits', 'Data-Driven Triumph', 'Strategic Partner', 'Constant Success', 'Market Pioneer', 'Automated Mastery']; $reviews = [ site('name') . "'s precision trading is a game-changer, consistently delivering impressive profits. I trust it for my financial success.", 'Effortless trading with ' . site('name') . '. Its adaptability and data-driven approach make it a standout choice. Highly recommended!', 'Seamless trades, constant profits - ' . site('name') . " simplifies trading. It's a must-have for anyone in the market.", site('name') . "'s innovative strategies and consistent returns have transformed my trading experience. It's a valuable asset to any trader.", 'I rely on ' . site('name') . " for its adaptability in fluctuating markets. It's a proven partner in achieving financial goals.", site('name') . "'s automated precision is remarkable. It's a powerful tool for navigating today's complex trading landscape.", 'Maximized profits with ' . site('name') . '. Its results speak volumes. A reliable and intelligent trading companion.', 'Trading with ' . site('name') . ' is effortless and rewarding. It adapts to market changes seamlessly. Truly impressive!', site('name') . ' has changed my trading game. Its data-driven approach delivers consistent gains. An invaluable tool for success.', 'Effortless trading made possible by ' . site('name') . ' . Its strategic prowess sets it apart. A game-changer for traders.', ]; $short_description = site('seo_description'); @endphp @extends('layouts.front') @section('contents') {{-- hero starts here --}}

Data-Driven Gains

Effortless Trading, Consistent Gains - AI Brilliance

{{ site('name') }} uses advanced Ai robots trained on extensive trading data and algorithms to analyze market trends and execute profitable trades with high precision. Our AI bots maintain an average 5% daily PNL.

{{-- hero ends here --}} {{-- logos --}}
{{-- unlock market --}}

Unlocking Markets, Amplifying Returns

Your ultimate trading companion, utilizing cutting-edge technology to unlock new market potentials and amplify your investment returns like never before.


Automated Process

Our advanced technology streamlines processes, allowing you to navigate markets seamlessly and achieve maximum success.

Navigate uncertainty with {{ site('name') }}



Guaranteed Profit

Harness the power of our Guaranteed Profit approach and let AI elevate your trading endeavors, ensuring consistent gains.


Bullish Or Bearish

Leveraging advanced technology to navigate challenging market conditions, ensuring your financial goals remain achievable even in bearish market scenarios.

{{-- trading marque --}}
{{-- pricing --}}

Pricing

AI Trading Portfolios

@foreach ($bots as $bot)

{{ $bot->name }}

{{ $bot->daily_min }}% - {{ $bot->daily_max }}% /day

Portfolio Range

{{ site('currency_symbol') . $bot->min }} - {{ site('currency_symbol') . $bot->max }}

Daily PNL

{{ $bot->daily_min }}% - {{ $bot->daily_max }}%

Trading Duration

{{ $bot->duration }} {{ $bot->duration_type }}

Capital Returned

Yes

Trading Days

Monday

@if (in_array('monday', json_decode(site('trading_days')))) @else @endif

Tuesday

@if (in_array('tuesday', json_decode(site('trading_days')))) @else @endif

Wednesday

@if (in_array('wednesday', json_decode(site('trading_days')))) @else @endif

Thursday

@if (in_array('thursday', json_decode(site('trading_days')))) @else @endif

Friday

@if (in_array('friday', json_decode(site('trading_days')))) @else @endif

Saturday

@if (in_array('saturday', json_decode(site('trading_days')))) @else @endif

Sunday

@if (in_array('sunday', json_decode(site('trading_days')))) @else @endif

@endforeach
{{-- why choose us --}}

Supercharged Ai

Why Choose {{ site('name') }}?

{{ site('name') }} doesn't just follow trends - it pioneers them. It empowers traders to navigate both bullish and bearish market conditions with unwavering confidence. By leveraging sophisticated algorithms and real-time data streams, {{ site('name') }} adapts to ever-changing market dynamics, seizing opportunities while minimizing risks.

@foreach ($whys as $key => $why)
{{ $why }}
@endforeach
{{-- trade from anywhere --}}

Trade From Anywhere

Whether you're at home or on the go, seize market opportunities anytime, anywhere, and secure your financial future effortlessly. Trade from any and every city

Recent Trades by {{ site('name') }}

@foreach (recentTrades() as $data)

{{ $data['pair'] }}

{{ $data['amount'] }}

{{ $data['profit'] }}

@endforeach
{{-- reviews --}}

Our Users say;

Our Users say;

Getting started

How It Works

Our user-friendly interface and intuitive features ensure that even newcomers can quickly grasp the essentials and embark on a seamless journey into the world of efficient and profitable trading.

Step 1: Sign Up

Signing up is a breeze - just a few clicks, and you're in.

Step 2: Deposit Funds

Add money to your {{ site('name') }} following our user friendly funding system

Step 3: Activate Bot

Select from our wide range of AI trading bots and activate a portfolio.

Step 4: Withdraw

Withdraw your capital and profits to your external wallet at anytime.

{{-- deposits --}}
{{-- market depth --}}

Market Data

Market HeatMap

{{-- ai --}}

Unlocking Wealth with Simplicity

@endsection @section('scripts') {{-- spining image --}} {{-- moving image --}} {{-- globe --}} {{-- schuffle recent trades --}} {{-- apply bot class --}} @endsection