{{ __('Getting started is quick and effortless. Simply sign up for your account, add funds securely through multiple payment options, and place your order for service.') }}
@endif
{{-- ============ FEATURES ============ --}}
✦ {{ __('Features of :app', ['app' => config('app.name')]) }}
{{ __('What makes us') }} {{ __('different?') }}
{{ __('Quality SMM Services and additional features that let you be ahead in the social media marketing game!') }}
@php
$features = [
['icon' => '💸', 'title' => __('Refund Guarantee'), 'desc' => __('Your happiness is our top priority. That is why we offer a full refund guarantee, ensuring you can trust our services with confidence.')],
['icon' => '⭐', 'title' => __('High-Quality Services'), 'desc' => __('Our services are real, active accounts that enhance your profile credibility, helping you reach a wider audience.')],
['icon' => '📈', 'title' => __('No Risk of Decrease'), 'desc' => __('Say goodbye to drops. You will enjoy long-lasting results that solidify your growth on social media.')],
['icon' => '🔒', 'title' => __('Secure Payment'), 'desc' => __('Our platform ensures every transaction is protected, giving you peace of mind while shopping online.')],
['icon' => '🔑', 'title' => __('No Password Needed'), 'desc' => __('We never ask for your password. Only your public link is needed to deliver the service safely.')],
['icon' => '🎧', 'title' => __('24/7 Live Support'), 'desc' => __('Our dedicated support team is available around the clock to assist you with any questions or concerns.')],
];
@endphp
@foreach($features as $feature)
{{ $feature['icon'] }}
{{ $feature['title'] }}
{{ $feature['desc'] }}
@endforeach
{{-- ============ COMPARISON ============ --}}
✕
{{ __('Other Sites') }}
@foreach([__('Inconsistent quality, often fake or bots'), __('Limited support, delayed responses'), __('Cluttered interface, confusing navigation'), __('Lack of transparency, unclear tracking'), __('Concerns about payment safety and privacy')] as $bad)
✕ {{ $bad }}
@endforeach
{{ __('Result') }}
49.99% {{ __('Success') }}
{{ __('Not offering tempting bonuses') }}
🛡
{{ config('app.name') }}
@foreach([__('High-quality services, real engagement'), __('24/7 responsive support'), __('Intuitive and user-friendly platform'), __('Real-time progress updates'), __('Secure transactions and data protection')] as $good)
{{ __(':app offers affordable and reliable services to boost your Telegram growth.', ['app' => config('app.name')]) }}
@php
$tabs = [
['id' => 'cheapest', 'label' => __('Cheapest Reseller Panel'), 'body' => __('As a reseller, your success depends on maximizing profit without sacrificing quality. Our panel is built to be your strategic partner with the most cost-effective services, letting you set competitive prices while delivering reliable results.')],
['id' => 'secure', 'label' => __('Secure Payment Reliable'), 'body' => __('Choose from a variety of payment methods including cards, e-wallets and leading cryptocurrencies. All payments are processed on our secure platform with your privacy guaranteed.')],
['id' => 'anony', 'label' => __('Anonymity of the Purchase'), 'body' => __('Complete any purchase without providing personal details. We protect all transaction data with advanced encryption. Your purchase is your business.')],
['id' => 'api', 'label' => __('API Support for Resellers'), 'body' => __('Get access to a complete API solution designed to help you scale. Integrate our services and sell custom packages directly from your own website with clear documentation.')],
];
@endphp