@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'); @endphp {{ @$mTitle }} @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'] }}

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

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

Other Projects @foreach ($relatedProjects as $project)
{{ $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')