@if (session('error'))
@endif
@if (session('success'))
@endif
{{ session('error') }}
{{ session('success') }}
| No | Nama | Jenis Kelamin | No. Telp | Alamat | Poin | . |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $customer->name }} | {{ $customer->gender == 'L' ? 'Laki-laki' : 'Perempuan' }} | {{ $customer->phone }} | {{ $customer->address }} | {{ $customer->point }} |