Daftar Pelanggan
{{ session('success') }}
@endif
| Nama | Alamat | No HP | Aksi | |
|---|---|---|---|---|
| {{ $customer->name }} | {{ $customer->email }} | {{ $customer->address ?? '-' }} | {{ $customer->phone ?? '-' }} |
|
| Nama | Alamat | No HP | Aksi | |
|---|---|---|---|---|
| {{ $customer->name }} | {{ $customer->email }} | {{ $customer->address ?? '-' }} | {{ $customer->phone ?? '-' }} |
|