@extends('layouts.app') @section('title', 'Detail Pelanggan') @section('content')
| Nama | {{ $customer->name }} |
|---|---|
| Alamat | {{ $customer->address }} |
| Telepon | {{ $customer->phone }} |
| Latitude | {{ $customer->latitude ?? '-' }} |
|---|---|
| Longitude | {{ $customer->longitude ?? '-' }} |
| Total Keluhan | {{ $customer->complaints->count() }} |