@extends('layouts.mobile') @section('contents') @include('partials.mobile.footbar')
Nama :
{{ $user->name }}
@csrf
Role : {{ $user->team }}
Area : {{ @$user->area }}
Lokasi : {{ @$checkin->latitude }}, {{ @$checkin->longitude }}
Channel : {{ @$checkin->channel }}
Last Check-in : {{ date('d/m/y H:i:s', strtotime(@$checkin->date)) }}
Report
Jumlah sampling Experience : {{ $sampling->count }}
Jumlah sampling : {{ $user->sampling }}
Jumlah selling : {{ @$selling->count }}
@csrf
@endsection @push('scripts') @endpush