| # |
Nama Customer |
Alamat |
Telepon |
Status |
Aksi |
@forelse($customers as $key => $customer)
| {{ $customers->firstItem() + $key }} |
{{ $customer->nama_customer }} |
{{ $customer->alamat }} |
{{ $customer->telepon }} |
{{ $customer->status_aktif ? 'Aktif' : 'Nonaktif' }} |
|
@empty
| Belum ada data customer |
@endforelse
{{ $customers->links() }}