@extends('auth.layouts.app') @section('content')
{{-- Header / Logo --}} @include('auth.layouts.header') {{-- Title --}}

Welcome to {{ config('app.name') }}

{{-- Description --}}

{{ config('app.name') }} is designed to help you hold and manage capital efficiently through a neutral third-party automated trading system. Acting as your trustee, we oversee your funds and execute trades in line with the system’s directives, while you receive the resulting profits.

All deposited capital is traded using our proprietary indicator, monitored by a team of professional traders to achieve consistent and exceptional returns. Additionally, every investor gains access to our decentralized automated trading platform, where you can track daily activities, monitor performance, view earnings and bonuses, and take full advantage of the system’s features.

{{-- CTA --}}
{{-- Footer Info Section --}}
{{-- Copyright --}} @include('auth.layouts.footer')
@endsection