@extends('layouts.app') @php $tt_white = $all_amp_leader; @endphp @section('content') @if(Session::has('success_message'))
{!! session('success_message') !!}
@endif
{{ isset($amphur) && !empty($amphur) ? 'อำเภอ'.$amphur->name_th : 'ตำบลทั้งหมด' }}
@if(count($tambons) == 0)

ไม่พบข้อมูล ตำบล

@else
@foreach($tambons as $tambon) @endforeach @php $total_voter_all = $tambons->getCollection()->sum('total_people'); $total_home_all = $tambons->getCollection()->sum('total_home'); $total_mooban_all = $tambons->getCollection()->sum('total_mooban'); @endphp
ลำดับที่ เขตเลือกตั้ง อำเภอ ตำบล จำนวนหมู่บ้าน จำนวนหลังคาเรือน จำนวนผู้มีสิทธิ์เลือกตั้ง
{{++$r}} {{ optional($tambon->electorate)->name }} {{ optional($tambon->amphur)->name_th }} {{ $tambon->name }} {{ number_format( $tambon->total_mooban) }} {{ number_format($tambon->total_home )}} {{ number_format($tambon->total_people) }}
{{ csrf_field() }}
รวม {{ number_format($total_mooban_all) }} {{ number_format($total_home_all) }} {{ number_format($total_voter_all) }}

ผลการประเมินแกนนำ ครั้งที่ 1 (แกนนำทั้งเขต {{ number_format( $tt_white) }} ราย)


ผลการประเมินแกนนำ ครั้งที่ 2 (แกนนำทั้งเขต {{ number_format( $tt_white) }} ราย)


@include('moobans.tabs.reportvoter')
@endif
@endsection @section('style') @endsection @section('script') @endsection