@if (session('error'))
{{ session('error') }}
@elseif (session('warning'))
{{ session('warning') }}
@elseif (session('success'))
{{ session('success') }}
@endif
Telepon atau Chat:
| @cleanlaundry_ | |
| 081913561342 | |
| Telepon | (0361)123456 |
| Hanya melayani saat jam kerja |
Senin - Jumat (07:00 - 18:00 WIB) Sabtu - Minggu (09:00 - 15:00 WIB) |
Riwayat Saran atau Komplain
| No | Tanggal | Tipe | Isi | Balasan | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ date('d F Y', strtotime($complaintSuggestion->created_at)) }} | @if ($complaintSuggestion->type == 1) Saran @else Komplain @endif | {{ $complaintSuggestion->body }} | @if ($complaintSuggestion->reply == null)Belum ada balasan | @else{{ $complaintSuggestion->reply }} | @endif