@extends('layouts.app') @section('content')
Kelola data pelanggan tetap Anda.
| Nama Pelanggan | Kontak | Alamat | Bergabung | Aksi |
|---|---|---|---|---|
|
{{ substr($customer->name, 0, 1) }}
{{ $customer->name }}
|
@if($customer->phone)
{{ $customer->phone }}
@endif
@if($customer->email)
{{ $customer->email }}
@endif
@if(!$customer->phone && !$customer->email)
-
@endif
|
{{ $customer->address ?? '-' }} | {{ $customer->created_at->format('d M Y') }} | |
|
Belum ada pelanggan Mulai dengan menambahkan data pelanggan. |
||||
Bergabung: {{ $customer->created_at->format('d M Y') }}
Tidak ada data pelanggan