@extends('index') @section('map_header') @endsection @section('admin-content')
Data Absensi {{ $day }}
Filter
@csrf
@foreach ($absensis as $key => $absen) @endforeach
No. Nama Guru Tanggal Waktu Jenis Selfie Lokasi Koordinat
{{ $key + 1 }} {{ $absen->date }} {{ $absen->time }} {{ $absen->jenis }}
{{ $absen->lokasi['lat'] }}
{{ $absen->lokasi['lng'] }}
@endsection