@extends('layouts.web') @section('content')
Download Excel
@foreach ($data as $key => $item) @endforeach
No Nama Email Role Area Kota Channel Location Date Time Sampling Selling Profiling & Kuesioner Photo
{{ $key + 1 }} {{ $item->name }} {{ $item->email }} {{ $item->team }} {{ $item->area }} {{ $item->kota }} {{ $item->channel }} Map {{ date('d/m/Y', strtotime($item->date)) }} {{ date('H:i', strtotime($item->date)) }} {{ $item->sampling }} {{ $item->selling }} {{ $item->profile }} Photo
@endsection @push('scripts') @endpush