Data Customer

@php $i = 1; @endphp @foreach ($customers as $customer) @php $formating = substr_replace($customer->nomor_member, '-', 4, 0) @endphp @if( $customer->updated_who == null) @else @endif @if( $customer->updated_at == null) @else @endif @endforeach
No Nama Customer NIK Nomor Member Tanggal Lahir Jenis Kelamin Email Nomor Handphone Kode Referal Poin Coin XP Status Parent Referal Dibuat Oleh Diubah Oleh Waktu Dibuat Waktu Diubah Member ID RGAPP:
{{ $i++ }} {{ $customer->nama_customer }} {{$customer->nik}}{{substr_replace($formating, '-', 9, 0)}} {{ \Carbon\Carbon::parse($customer->tanggal_lahir )->format('d-m-Y')}} {{ $customer->gender }} {{ $customer->email }} {{ $customer->no_hp }} {{ $customer->referal_code }} {{ number_format($customer->point, 0) }} {{ number_format($customer->coin, 0) }} {{ number_format($customer->level_point, 0) }} {{ $customer->status }} {{ $customer->parent_referal_code }} {{ $customer->created_who }}Belum Diubah{{ $customer->updated_who }}{{ \Carbon\Carbon::parse($customer->created_at)->format('d-m-Y H:i:s') }}Belum Diubah{{ \Carbon\Carbon::parse($customer->updated_at)->format('d-m-Y H:i:s') }}{{$customer->ext_member_id}}