@extends('layouts.app') @section('title', 'Daftar Keluhan') @section('content')
# | Pelanggan | Kategori | Deskripsi | Status | Prioritas | Aksi |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $complaint->customer->name }} | {{ $complaint->category->name }} | {{ Str::limit($complaint->description, 50) }} | {{ ucfirst($complaint->status) }} | {{ number_format($complaint->priority_score, 2) }} | Detail Edit |