@extends('layout') @section('content')
| Name | Anubhag Name | Booth Name | Number of dependants | @if( ! empty($voters)) @foreach($voters as $voter)
|---|---|---|---|
| {{$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}} |