@extends('layout') @section('content')

Select Booth Name

Select Anubhag Name

Family Size



People with more then 4 dependants @if(isset($count)) (Total {{$count}} Results) @endif

@if( ! empty($voters)) @foreach($voters as $voter) @endforeach @endif
Name Anubhag Name Booth Name Number of dependants
{{$voter->fathersName}} @if($voter->anubhagId != 5000) @if(NULL !== App\anubhag::find($voter->anubhagId)) {{App\anubhag::find($voter->anubhagId)->name}} @endif @endif @if($voter->anubhagId != 5000) @if(NULL !== App\anubhag::find($voter->anubhagId)) {{App\booth::find(App\anubhag::find($voter->anubhagId)->boothId)->name}} @endif @endif {{$voter->ct}}
@endsection