@push('metadata') @php dd(@$seoData); $page_id = 36; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords= $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.advertise'); @endphp {{ @$mTitle }} @endpush
  • Home
  • {{ $seoData['breadcrumb'] ?: 'Contact Us' }}

{!! $seoData['h1_title'] ?: 'Get in touch with us' !!}

We'd love to hear from you! Whether you have questions, need support, or want to discuss a project, feel free to reach out.

Why Work with CryptoPresaleNews.com? At CryptoPresaleNews.com, we’re more than a listing site, we connect crypto projects with real investors through trusted listings and authentic news, helping every founder share their story and stand out.
  • Verified and credible project listings
  • Quality news coverage that builds awareness
  • A growing global crypto community
  • Real results and lasting visibility
Join CryptoPresaleNews.com, where crypto news meets opportunity and your project gets the spotlight it deserves.
Send Us A Message
{{-- Alert messages --}}
@if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
{{-- Name --}}
@error('name')
{{ $message }}
@enderror
{{-- Subject --}}
@error('subject')
{{ $message }}
@enderror
{{-- Inquiry Type --}}
@error('inquiryType')
{{ $message }}
@enderror
{{-- Telegram ID --}}
@error('telegramId')
{{ $message }}
@enderror
{{-- Email --}}
@error('email')
{{ $message }}
@enderror
{{-- Message --}}
@error('message')
{{ $message }}
@enderror
{{-- Submit Button --}}
@if(!empty($seoData['description']))
{!! $seoData['description'] !!}
@endif