@foreach ($positions as $position)
{{ $position->name }}
@foreach ($results as $result) @if ($result->position_id == $position->id) {{-- --}} @endif @endforeach @foreach ($no_votes as $no_vote) @if ($no_vote->position_id == $position->id) @endif @endforeach
No. Anggota Nama Unit Undian Peratus (%)
{{ $result->nominee->no_anggota }} {{ $result->nominee->name }} {{ $result->nominee->unit }}{{ $result->votes}}{{ $result->votes($result->nominee->id) }} {{ ($result->votes($result->nominee->id) / $total_votes) * 100 }} %
{{ $no_vote->no_anggota }} {{ $no_vote->name }} {{ $no_vote->unit }} 0 0
Jumlah Undian {{ $total_votes }}

@endforeach
Disemak oleh : Disahkan oleh :


...................................


...................................