@extends('layouts.export') @section('quest_type', $tipe_kuesioner) @section('wilayah', $wilayah) @section('header') @php // setlocale(LC_ALL, 'id_ID.utf8'); $date = strtoupper(strftime('%B %Y', strtotime(date("Y-m-d")))); @endphp
@php $base64 = 'data:image/png;base64,' . base64_encode(file_get_contents('./../public/storage/assets/img/kemenhub_logo.png')); @endphp logo kemenhub DIREKTORAT JENDERAL PERHUBUNGAN DARAT
KEMENTERIAN PERHUBUNGAN @if ($status == 1)
@yield('wilayah') @endif
Nomor : ...
Tgl. Ditetapkan : ...
Tgl. Revisi : ...
Tgl. Diberlakukan : ...
Ditetapkan Oleh :





(_____________________________)
NIP. _________________________
REKAPITULASI SURVEY KEPUASAN PELANGGAN {{ $date }}
{{ $wilayah }}
@endsection @section('content') @foreach ($aspects as $index => $data) @endforeach @foreach($answer as $index => $data) @foreach ($aspects as $index => $aspect) @endforeach @endforeach
No Tanggal Survey Nomor Kendaraan Unsur Penilaian Kritik / Keluhan Saran / Masukan
{{ $index + 1 }}
{{ $index + 1 }} {{ $data['tanggal'] }} {{ $data['jenis_kendaraan'] }} @foreach ($data['answer'] as $answer) @if ($answer['qka_id'] == $aspect['qka_id']) {{ $answer['ak_value'] }} @endif @endforeach {{ $data['kritik'] }} {{ $data['saran'] }}
@endsection