Voters for {{ $user->name }}

@foreach($voters as $voter) @endforeach
# Name Father's Name CNIC Polling Station Ward No Gender Gharana Number Address Age Silsila Number
{{ $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 }}
Back to Manage Users