@push('metadata') @php $page_id = 36; $mTitle = @$directory[0]['seo_title']; $mDescr = @$directory[0]['meta_description']; $mKWords = $directory[0]['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-presale'); $faqs = $directory[0]['faq']; @endphp {{ @$mTitle }} @endpush @push('head_scripts') {!! SchemaHelper::getImageObjectSchema('https://cryptohindinews.in/assets/images/logo/hindi-black-logo.webp',$mTitle)!!} {!! SchemaHelper::getFaqSchema($faqs) !!} {!! SchemaHelper::getBreadcrumbSchema([['name' => 'Home', 'url' => url('/')],['name' => 'Crypto Projects', 'url' => url('/crypto-projects')],['name' => Str::title(str_replace('-', ' ', $directory[0]['slug'])), 'url' => $mUrl]]) !!} @endpush
{{ $directory[0]['project_name'] }}

{{ $directory[0]['project_name'] }}

@php $categories = $directory[0]['project_categories'] ?? []; $visibleLimit = 3; @endphp @if(count($categories) > 0)
{{-- SHOW FIRST 3 CATEGORIES --}} @foreach(array_slice($categories, 0, $visibleLimit) as $cat) {{ ucfirst($cat['title']) }} @endforeach {{-- MORE DROPDOWN --}} @if(count($categories) > $visibleLimit) @endif
@endif
Founding Year {{ $directory[0]['funding_year'] }}
@if (!empty($directory[0]['website_url'])) Visit Website @endif @if (!empty($directory[0]['white_paper_url'])) Visit Whitepaper @endif

About {{ $directory[0]['project_name'] }} Project

{!! $directory[0]['description'] !!}

@if ($prev) Previous @endif
@if ($next) Next @endif
Other Projects
@foreach ($relatedProjects as $project)
{{ $project['project_name'] }} {{ $project['project_name'] }}
@endforeach
और ब्लॉकचेन खबरें
@php $first = $blockNews->first(); $remaining = $blockNews->skip(1); @endphp @if($first) @endif @foreach($remaining as $item) @endforeach
और ब्लॉग खबरें @php $first = $relatedBlogs->first(); $remaining = $relatedBlogs->skip(1); @endphp @if ($first) @endif @foreach($remaining as $item) @endforeach
@if($faqs)
faq Explore Our FAQs

Find quick answers to commonly asked questions and understand how things work around here.

@foreach ($faqs as $i => $faq) @php $faqId = "faq".$i; @endphp
{!! $faq['long_desc'] !!}
@endforeach
@endif @include('livewire.common.share-modal')