@extends('layouts.web')
@section('content')
| No |
Nama |
Email |
No. Handphone |
NIK |
Area |
Sub Area |
Profiling |
Sampling |
Selling |
Kuisioner |
Gimmick |
Last Login |
Action |
@foreach ($data as $key => $item)
| {{ $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 }} |
|
@endforeach
@endsection
@push('scripts')
@endpush