Voters in Block Code: {{ $block_code }}

Male Count: {{ $maleCount }} Female Count: : {{ $femaleCount }}

@foreach($voters as $voter) @endforeach
# Name Father's Name CNIC Polling Station Ward No Gender Gharana Number Address Age Silsila Number Actions
{{ $loop->iteration }} {{ $voter->name }} {{ $voter->father_name }} {{ $voter->cnic }} {{ $voter->polling_station }} {{ $voter->ward_no }} {{ $voter->gender }} {{ $voter->gharana_number }} {{ $voter->address }} {{ $voter->age }} {{ $voter->silsila_number }} View Edit
@csrf @method('DELETE')