@extends('layouts.app') @php $tt_white = $all_amp_leader; @endphp @section('content') @if (Session::has('success_message'))
{!! session('success_message') !!}
@endif
เขตเลือกตั้ง
@if (count($amphurs) == 0)

ไม่พบข้อมูล อำเภอ

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

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


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


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