@extends('layouts.app') @section('title', 'Prioritas Keluhan') @section('content')
# | Pelanggan | Kategori | Deskripsi | Jarak (km) | Estimasi Waktu (jam) | Skor SMART | Rekomendasi |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $complaint->customer->name }} | {{ $complaint->category->name }} | {{ Str::limit($complaint->description, 50) }} | {{ round($item['distance'], 1) }} | {{ $item['estimated_time'] }} |
|
{{ $item['priority_recommendation'] }} |