@push('metadata') @php $pageId = $seoData['id']; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords= $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.edit_crypto_presale_ico_project_listings_presale'); @endphp @push('pageId') @endpush {{ @$mTitle }} {{----}} @endpush @push('head_scripts') {!! SchemaHelper::webpageSchema($mTitle ?? null, $mDescr ?? null) !!} {!! SchemaHelper::getBreadcrumbSchema([ ['name' => 'Home', 'url' => url('/')], ['name' =>$seoData['breadcrumb'], 'url' => $mUrl] ]) !!} {!! SchemaHelper::getImageObjectSchema($mImage, $mTitle, 1200, 630) !!} @if(!empty($seoData['faq'])) {!! SchemaHelper::getFaqSchema($seoData['faq']) !!} @endif {!! SchemaHelper::howToSchema([ 'id' => $mUrl, 'name' => $mTitle, 'totalTime' => 'PT20S', 'steps' => [ [ "@type" => "HowToStep", 'name' => 'Log In to Your Dashboard', 'text' => 'Sign in to your account and access your project dashboard.', ], [ "@type" => "HowToStep", 'name' => 'Open the Edit Listing Option', 'text' => 'Click on “Edit Crypto Presale Listing” to start making changes.', ], [ "@type" => "HowToStep", 'name' => 'Update Project Information', 'text' => 'Edit your project description, token details, images, or uploaded files as needed.', ], [ "@type" => "HowToStep", 'name' => 'Add New Links or Social Updates', 'text' => 'Include updated website links, social media profiles, or new announcements.', ], [ "@type" => "HowToStep", 'name' => 'Review Your Changes', 'text' => 'Check all updates carefully to make sure everything is correct and clear.', ], [ "@type" => "HowToStep", 'name' => 'Publish Your Updated Listing', 'text' => 'Click publish to save your changes. Your updated information will go live instantly.', ] ], ]) !!} @endpush @push('styles') @endpush
  • Home
  • {{ $seoData['breadcrumb'] ?? '' }}
{!!@$seoData['top_page_content']!!}
{{--
--}}
@forelse($icoListing as $listing) @empty @endforelse
S.No Name Launchpad Stage Ends in Upvotes Tokens for Sale Rate Fundraising Goal Action
{{ $loop->iteration }}
No Data Found
Showing {{ $showingIcos }} out of {{ $totalIcos }}
@if ($hasMore)
@else @endif
@if (!empty($seoData['description']))
{!! $seoData['description'] !!}
@endif
@push('scripts') @endpush