@extends('admin.layouts.index') @section('title')

Pendapat

@endsection @section('breadcrumb')
  • Pendapat
  • @endsection @section('content')

    Tingkat Kepuasan Pengguna Layanan Mandiri {{ $main['judul'] }}

    @foreach ($list_pendapat as $key => $value) @php $key = "pilihan_{$key}" @endphp
    {{ persen2($$key, $main['total']) }}
    {{ $value }}
    @endforeach

    GRAFIK DAN TABEL

    @if ($detail) @php $total = 0; @endphp @foreach ($detail as $key => $item) @endforeach @else @endif
    No Pengguna Tanggal Pendapat
    {{ $key + 1 }} {{ $item['penduduk']['nama'] }} {{ tgl_indo2($item['tanggal']) }} {{ $list_pendapat[$item['pilihan']] }}
    Data Tidak Tersedia
    @endsection @push('scripts')