@extends('layouts.app') @section('content')

Public Engagement Portal

Your voice matters in shaping the laws of Lagos State. Participate in our democratic processes and contribute to legal reforms.

Give Feedback
Vote in Polls
View Events
{{-- Global Messages Section --}}
@if(session('success')) @endif @if(session('error')) @endif @if($errors->any()) @endif

{{ $feedbackCount }}

Public Feedback Submissions

{{ $usersCount }}

Citizens Engaged

{{ $reformsCount }}

Laws Influenced by Public Input

How You Can Participate

Submit Feedback

Share your thoughts on existing laws or suggest new legislation

Call for Memoranda

Submit formal proposals for legal reforms

Participate in Polls

Vote on important legal issues and reforms

Attend Events

Join public hearings and stakeholder forums

How Public Input Shapes Laws

Your participation is a crucial part of our democratic process. Here's how your input makes a difference:

1
Submission

Citizens provide feedback through various channels

2
Review

Our legal experts analyze all submissions and identify key themes

3
Integration

Public input is incorporated into draft legislation

4
Enactment

Improved laws are passed, reflecting the will of the people

Legal Process

Engage With Us

Submit Your Feedback

Help us improve Lagos State laws by sharing your thoughts and suggestions.

@csrf
Recent Feedback Topics
Impact of Public Feedback

Public feedback has directly contributed to:

  • {{ $newLawsCount }} new laws enacted in the last 2 years
  • {{ $amendmentsCount }} amendments to existing legislation
  • Simplification of {{ $simplifiedCount }} legal processes

Your input makes a real difference in shaping Lagos State's legal framework.

Submit a Memorandum

Formally propose legal reforms or provide detailed analysis on specific legislation.

@csrf
Upload PDF, DOC, or DOCX file (max 5MB)
Active Calls for Memoranda
Memoranda Guidelines

For your memorandum to be considered, please ensure:

  • Clearly state the issue and proposed solution
  • Reference relevant existing legislation
  • Include data or evidence supporting your proposal
  • Limit to 20 pages (excluding appendices)
  • Submit before the deadline
All memoranda will be reviewed by our legal team and may be published on our website.
@if($currentPoll)

Current Public Poll

{{ $currentPoll->end_date->diffForHumans() }}
{{ $currentPoll->title }}

{{ $currentPoll->description }}

@csrf @foreach($currentPoll->options as $option)
@endforeach
@else
Currently there are no active polls

Check back soon for new polls on upcoming legislation

@endif @if($recentPolls->count() > 0)

Recent Poll Results

@foreach($recentPolls as $poll)
{{ $poll->title }}

{{ $poll->description }}

@foreach($poll->options->sortByDesc('percentage') as $option)
{{ $option->text }} {{ $option->percentage }}%
{{ $option->votes_count }} votes
@endforeach
@endforeach
@endif
About Our Polls

Our public opinion polls help shape the direction of legal reforms in Lagos State.

Results directly inform policy decisions
Open to all Lagos residents and stakeholders
Each poll runs for 2-4 weeks
Detailed results published on our website
Your vote matters! Participate to make your voice heard in the legislative process.

Poll Impact

@foreach($influentialPolls as $poll)
{{ $poll->title }}
{{ $poll->impact_description }}
Impact: {{ ucfirst($poll->impact_level) }} @if($poll->result) Result: {{ $poll->result }}% support @endif
@endforeach
@if($upcomingEvents->count() > 0)

Upcoming Events

@foreach($upcomingEvents as $event)
{{ $event->title }}
{{ $event->supporters > 50 ? 'Limited Space' : 'Available' }}

@if($event->start_date->isSameDay($event->end_date)) {{ $event->start_date->format('M d, Y') }} • {{ $event->start_date->format('h:i A') }} - {{ $event->end_date->format('h:i A') }} @else {{ $event->start_date->format('M d, Y') }} - {{ $event->end_date->format('M d, Y') }} @endif

{{ $event->location }}

{{ $event->description }}

{{ $event->supporters }} sponsors
@endforeach
@else
Currently there are no upcoming events. Please check back later.
@endif
Event Registration
@csrf
@push('scripts') @endpush @push('scripts') @endpush @push('styles') @endpush @push('scripts') @endpush @push('scripts') @endpush @push('styles') @endpush @endsection