@extends('layouts.app') @section('title', 'Data Pelanggan') @section('breadcrumb')
| Kode | Nama | Telepon | Kota | Total Order | Aksi | |
|---|---|---|---|---|---|---|
| {{ $customer->code }} | {{ $customer->name }} | {{ $customer->phone }} | {{ $customer->email ?? '-' }} | {{ $customer->city ?? '-' }} | {{ $customer->service_orders_count }} | |
| Tidak ada data pelanggan | ||||||