{{-- resources/views/engage-city-consultants.blade.php --}} @extends('layouts.master') @section('content')

Engage as a City Consultant with Polisplexity

Join our network of esteemed city consultants and play a pivotal role in shaping resilient, smart, and inclusive cities.

{{-- Introduction Section --}}

Why Engage with Polisplexity?

Polisplexity orchestrates the collaboration between technology creators, city consultants, and citizens, driving forward the future of urban living. Your expertise as a city consultant is invaluable in this collaborative effort.

  • Strategic Impact: Leverage your expertise to influence urban development projects on a global scale.
  • Collaborative Opportunities: Work alongside innovative tech makers and engaged citizens to co-create sustainable urban solutions.
  • Token-Based Recognition: Earn PLY tokens as a mark of trust and contribution, opening up new opportunities for influence and collaboration within the Polisplexity ecosystem.
{{-- Engagement Form --}}

Become a Part of Polisplexity

@csrf {{-- CSRF token for security --}} @php // Extract the last segment from the URL $formLabelSegment = last(request()->segments()); @endphp {{-- Hidden Field for Form Identifier/Label --}} {{-- Consultant Information --}}
Please enter your full name.
Please enter a valid email address.
{{-- Expertise Area --}}
Please select your area of expertise.
{{-- Service Offering Introduction --}}
Provide a brief overview of the consultancy services you offer.
Please provide an introduction to your services.
{{-- Hidden Fields for Web3 Address and Signature --}} {{-- Web3 Sign Checkbox --}}
Checking this will prompt you to sign the form with your Web3 wallet upon submission.
{{-- Guidance Section --}}

Next Steps

Upon submitting your engagement form, our team will review your information and reach out to discuss potential collaboration opportunities and how you can actively participate in the Polisplexity ecosystem.

@endsection