{{-- resources/views/forms/submit-tech-maker.blade.php --}} @extends('layouts.master') @section('content')

Engage as a Tech Maker with Polisplexity

Join our innovative ecosystem as a Tech Maker and contribute to the future of smart, sustainable cities.

{{-- Introduction Section --}}

Why Tech Makers are Essential

Polisplexity thrives on the innovative solutions brought forward by Tech Makers like you. Your technology can drive significant advancements in urban development, sustainability, and smart city solutions.

  • Collaborative Innovation: Work alongside city consultants and engaged citizens to create impactful urban solutions.
  • Token-Based Recognition: Gain recognition for your contributions through PLY tokens, which symbolize the value and trust your technology brings to the ecosystem.
  • Community Impact: Have a direct hand in shaping the cities of the future by contributing your unique solutions to real-world challenges.
{{-- Tech Maker Engagement Form --}}

Submit Your Technology

@csrf {{-- CSRF token for security --}} @php // Extract the last segment from the URL $formLabelSegment = last(request()->segments()); @endphp {{-- Hidden Field for Form Identifier/Label --}} {{-- Technology Name --}}
Please enter the name of your technology.
{{-- Technology Description --}}
Please provide a description of your technology.
{{-- Area of Expertise --}}
Please select your area of expertise.
{{-- Contact Information --}}
Contact Information {{-- Name --}}
Please enter your name.
{{-- Email --}}
Please enter a valid email address.
{{-- Optional Phone Number --}}
{{-- 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 on Next Steps --}}

What Happens Next?

Once you submit your technology, our team will review your submission and reach out to discuss potential collaboration opportunities. Together, we can make cities smarter and more sustainable.

@endsection