@extends('layouts.app') @section('content')

HALO MASBUP

Detail Laporan

RIWAYAT LAPORAN

@foreach ($data_riwayat as $key => $riwayat)

@if (is_null($riwayat->lampiran)) Download @else @endif

Pesan Admin :
{!!$riwayat->catatan_eksekusi!!}

Tanggal Laporan {{$riwayat->history_status_text}} :
{{$riwayat->history_created_at}}


@endforeach

DETAIL


@if (isset($gambar)) Download @else @endif

#{{$data_detail->aduan_id}}

NIK :
{{$data_detail->aduan_nik}}

Nama Pelapor :
{{$data_detail->aduan_nama}}

Nomor Telepon :
{{$data_detail->aduan_telp}}

{{$data_detail->aduan_pesan}}

Tangal Laporan Masuk :
{{$data_detail->aduan_date}}

Koordinat Lokasi :
{{$data_detail->aduan_lat.' , '.$data_detail->aduan_lon}}

Lihat Google Maps
@endsection @section('script') @endsection