@extends('layouts.web') @section('content')
@foreach ($data as $key => $item) @endforeach
No Nama Email No. Handphone NIK Area Sub Area Profiling Sampling Selling Kuisioner Gimmick Last Login Action
{{ $key + 1 }} {{ $item->name }} {{ $item->email }} {{ $item->phone }} {{ $item->nik }} {{ $item->area }} {{ $item->sub_area }} {{ $item->sampling }} {{ $item->tempel }} {{ $item->selling }} {{ $item->survey }} {{ $item->gimmick }} {{ $item->updated_at }}
@endsection @push('scripts') @endpush