No |
Nama Customer |
Kode Customer |
No. Telepon |
Alamat |
Action |
@forelse ($customers as $data_customer)
{{ $i++ }} |
{{ optional($data_customer)->name }} |
{{ optional($data_customer)->code_customer }} |
{{ optional($data_customer)->no_tlp }} |
{{ optional($data_customer)->address }} |
|
@empty
Data Kosong |
@endforelse
@if (!$customers->isEmpty())
Showing {{ $customers->firstItem() }} to
{{ $customers->lastItem() }} of
{{ $customers->total() }} entries
@endif
@if ($customers->total() > $customers->perPage())
@endif