@extends('boothagent.layout.app') @section('title') चुनाव मतगणना @endsection @section('header')

Image चुनाव मतगणना

@endsection @section('content')
@csrf
{{ $errors->first('new_voter') }}

निर्वाचन नामावली, 2024

    @if($votecount) @foreach($votecount as $r)
  • {{$r->id}} {{$r->epic_no}}

    नाम: {{$r->fm_name_en}}

    पिता का नाम: {{$r->rln_fm_nm_en}}

    मकान संख्या: {{$r->c_house_no_v1}}

    उम्र: {{$r->age}}

    लिंग: {{$r->gender}}

  • @endforeach @endif
{{ $votecount->links() }}

निर्वाचन नामावली, 2022

    @foreach($voterlist as $r)
  • voter_verified ==2) selected @endif class="customcheck" name="" id="votercompleted1" checked="" disabled="">
  • @endforeach
@csrf
    @foreach($voterlist1 as $r)
  • @endforeach {{ $voterlist1->links() }}
@endsection