@php $url = config('api.url').'invoice-auth/storage-file'; $query_array = array ( 'kode_lokasi' => Session::get('lokasi'), 'filename' => 'iconclip.png' ); $query = http_build_query($query_array); $result = file_get_contents($url . '?' . $query); $img ='data:image/png;base64,'.base64_encode($result); @endphp
{{ $lokasi }}

LAPORAN CATATAN

{{ $periode }}
@if(count($data) > 0) @for($i=0;$i< count($data); $i++) @php $line = $data[$i]; $color = isset($line['color']) && $line['color'] === 'green' ? '#00c292' : '#03a9f3'; switch($line['status']){ case "APPROVE" : $badge = "badge-success"; break; case "EDIT" : $badge = "badge-warning"; break; case "INPUT" : $badge = "badge-blue"; break; case "REJECT" : $badge = "badge-danger"; break; case "VERIFIKASI" : $badge = "badge-primary"; break; } @endphp
@if($line['foto'] != "-" && $line['foto'] != "") Profile @else
{{-- --}} {{-- file-clipboard-file-+-text --}}
@endif

{{ $line['modul'] }} {{ $line['status'] }}

{{ $line['jabatan'] }} | {{ $line['nik_user'] }} - {{ $line['nama_user'] }} | {{ $line['tgl_input'] }}

No Bukti : {{ $line['no_bukti'] }}
No Invoice : {{ $line['no_dokumen'] }}
Catatan : {{ $line['catatan'] }}

@endfor @else @if(isset($periode)) @if($periode != "") @endif @endif
{{ $lokasi }}
 
LAPORAN CATATAN TICKETING    
PERIODE : {{ $periode }}  
Belum ada proses approval.

@endif