@extends('layouts.admin') @section('title', 'Pengaduan') @push('addon-style') @endpush @section('content')
| No | Tanggal | Nama | Isi Laporan | Status | Aksi | |
|---|---|---|---|---|---|---|
| {{ $k += 1}} | {{ \Carbon\Carbon::parse($v->tgl_pengaduan)->format('d-m-Y') }} | {{ $v->user->name}} | {{ Str::limit($v->isi_laporan, 30)}} |
@if($v->status == '0')
Pending
@elseif($v->status == 'proses')
Proses
@else
Selesai
@endif
|
@if ($status == '0')
Verifikasi Hapus | @elseLihat | @endif