@push('metadata') @php $page_id = 36; $mTitle = @$cryptoDetails['seo_title']; $mDescr = @$cryptoDetails['meta_description']; $mKWords = @$cryptoDetails['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.advertise'); @endphp {{ @$mTitle }} @endpush
Logo

{{ $cryptoDetails['name'] }}

({{ $cryptoDetails['alias'] }}) {{ CommonHelper::stageNameById($cryptoDetails['ico_ido_type']) ?? 'Presale' }}

{{ CommonHelper::stageNameById($cryptoDetails['ico_ido_type']) }}

--D : --H : --M : --S
-- - --
@if(! empty($cryptoDetails['where_to_buy'])) Buy Now @endif @if(!empty($cryptoDetails['website'])) Visit Website @endif
Tokonomics
Category
{{ $cryptoDetails['project_category']['title'] ?? 'N/A'}}
Platform
{{ $cryptoDetails['ico_launchpad']['title'] ?? 'N/A'}}
Accept Type
{{ $cryptoDetails['accept_type'] ?? '"USDT'}}
{{ CommonHelper::stageNameById($cryptoDetails['ico_ido_type']) }} Price
{{ $cryptoDetails['ico_price'] . ' (' . $cryptoDetails['accept_type'] . ' )' ?? 'N/A'}}
1 USDT
@php function calculateTokensPerUsdt($price) { if ($price === 'TBA' || empty($price) || !is_numeric($price) || $price <= 0) { return 'TBA' ; } return number_format(1 / $price, 4); } @endphp
{{ $cryptoDetails['one_usdt'] ?? calculateTokensPerUsdt($cryptoDetails['ico_price']) }}
Fundraising Goal
{{ is_numeric($cryptoDetails['fund_asking_for'] ?? null) ? number_format($cryptoDetails['fund_asking_for']) : 'TBA' }}
Total Supply
{{ $cryptoDetails['total_coin'] ? number_format($cryptoDetails['total_coin']) : 'N/A' }}
Tokens for Sale
{{ $cryptoDetails['quantity_of_coin'] ? number_format($cryptoDetails['quantity_of_coin']) : 'N/A' }}
% of Supply
@if(!empty($cryptoDetails['total_coin']) && !empty($cryptoDetails['quantity_of_coin']) && $cryptoDetails['quantity_of_coin'] > 0) {{ number_format(($cryptoDetails['quantity_of_coin'] / $cryptoDetails['total_coin']) * 100, 2) }}% @else N/A @endif
Blockchain
{{ $cryptoDetails['project']['title'] ?? 'others' }}
Contract Address
@if (!empty($cryptoDetails['contract_address'])) {{ $cryptoDetails['contract_address'] ?? '' }} @else - @endif
Website
@if($cryptoDetails['hard_cap'] || $cryptoDetails['soft_cap'] || $cryptoDetails['personal_cap'])
Hard Cap
{{ is_numeric($cryptoDetails['hard_cap'] ?? null) ? number_format($cryptoDetails['hard_cap']) . ' (' . ($cryptoDetails['accept_type'] ?? '-') . ')' : 'N/A' }}
Soft Cap
{{ is_numeric($cryptoDetails['soft_cap'] ?? null) ? number_format($cryptoDetails['soft_cap']) . ' (' . ($cryptoDetails['accept_type'] ?? '-') . ')' : 'N/A' }}
Personal Cap
{{ is_numeric($cryptoDetails['personal_cap'] ?? null) ? number_format($cryptoDetails['personal_cap']) . ' (' . ($cryptoDetails['accept_type'] ?? '-') . ')' : 'N/A' }}
@endif

About {{ $cryptoDetails['name'] }} ({{ $cryptoDetails['alias'] }}) Project

{!! $cryptoDetails['description'] !!}

Frequently Asked Questions

Have questions? We have answers!

@if(!empty($loadedFaqs)) @foreach($loadedFaqs as $key => $faq)

{!! $faq['answer'] !!}
@endforeach @else

No Faqs Are Available

@endif
@if($hasMore)
@endif
Contact UsBanner header
You have different questions?

Our team will answer all your questions. We ensure a quick response.

Contact Us
@push('scripts') @endpush