| {{ $i++ }} |
{{ $customer->nama_customer }} |
{{$customer->nik}} |
@php $formating = substr_replace($customer->nomor_member, '-', 4, 0) @endphp
{{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 }} |
@if( $customer->updated_who == null)
Belum Diubah |
@else
{{ $customer->updated_who }} |
@endif
{{ \Carbon\Carbon::parse($customer->created_at)->format('d-m-Y H:i:s') }} |
@if( $customer->updated_at == null)
Belum Diubah |
@else
{{ \Carbon\Carbon::parse($customer->updated_at)->format('d-m-Y H:i:s') }} |
@endif
{{$customer->ext_member_id}} |
@endforeach