@extends('layout') @section('content') @if (session('response'))
{{ session('response') }}
@endif

Select Booth Name

Select Anubhag Name

Age Range

Exact Age

Gender

Male
Female
NA

Last Name



Result Table @if(isset($count)) (Total {{$count}} Results) @endif

@if( ! empty($voters)) @foreach($voters as $voter) @endforeach @endif
Voter ID First Name Last Name Father's Name House No Age Gender Anubhag Booth Action
{{$voter->voterId}} {{$voter->name}} {{$voter->lastName}} {{$voter->fathersName}} {{$voter->husbandsName}} {{$voter->mothersName}} {{$voter->houseNo}} {{$voter->age}} {{$voter->gender}} {{$voter->anubhag()}} {{$voter->booth()}} Delete

@if( ! empty($voters))
{{$voters->links()}}
Download Excel
@endif @endsection