| # |
Jenjang Pendidikan |
Jumlah |
% |
@php
$jumlah = 0;
@endphp
@foreach ($pendidikan->where('class', '!=', 0) as $item)
| {{ $loop->iteration }} |
{{ $item->name }} |
{{ $item->class }} |
{{ $item->percent }}% |
@php
$jumlah += $item->class;
@endphp
@endforeach
|
Tidak ada data |
{{ $jumlah_penduduk-$jumlah }} |
{{ number_format((float)($jumlah_penduduk == 0 ? 0 : (($jumlah_penduduk-$jumlah)/$jumlah_penduduk) * 100), 2, '.', '') }}% |
| Jumlah |
{{ $jumlah_penduduk }} |
100.00% |
Bagikan Berita :
The link has been Copied to clipboard!
{{--
--}}
@include('components.webdes.sidebar')
@endsection