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

Join as a Citizen in Shaping Your City

Your voice matters! Contribute your ideas, participate in projects, or learn more about making your city a better place.

{{-- Why Citizens Matter Section --}}

Your Impact as a Citizen

Your engagement brings unique perspectives to urban development, helping to create inclusive, sustainable, and smart cities. Here’s how you can make a difference:

  • Community Voice: Share your thoughts and ideas on urban projects, ensuring they meet community needs.
  • Collaborative Participation: Engage in community-driven initiatives and collaborate with experts to bring positive changes.
  • Educational Opportunities: Learn about urban planning, sustainability, and technology through Polisplexity's resources.
{{-- Citizen Engagement Form --}}

Get Involved

@csrf {{-- CSRF token for security --}} @php // Extract the last segment from the URL $formLabelSegment = last(request()->segments()); @endphp {{-- Hidden Field for Form Identifier/Label --}} {{-- Areas of Interest --}}
Select one or more areas you're interested in.
Please select at least one area of interest.
{{-- Ideas or Contributions --}}
Share any specific ideas or contributions you have in mind.
Please share your ideas or how you'd like to contribute.
{{-- Contact Information --}}
Contact Information {{-- Name --}}
Please enter your name.
{{-- Email --}}
Please enter a valid email address.
{{-- 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.
{{-- Encouragement to Participate --}}

Every Contribution Counts

Your involvement is key to building a vibrant, collaborative community. Together, we can make our cities more livable, sustainable, and inclusive for everyone.

@endsection