@extends('index') @section('map_header') @endsection @section('main-content')
| Foto dan Lokasi | Tanggal | Waktu | Nama Guru | Keterangan | @foreach ($history as $h)
|---|---|---|---|---|
|
@if ($h->p_masuk != '')
Tidak absen Masuk
@else
{{ $h->kerja }}
@endif
@endif
@if ($h->p_pulang != '')
Tidak absen Pulang
@else
{{ $h->kerja }}
@endif
@endif
@if (isset($h->lat_m))
@endif
@if (isset($h->lat_p))
@endif
|
{{ $h->date }} | {{ $h->masuk }} - {{ $h->pulang }} | {{ Auth::user()->full_name }} | @if ($h->kerja == 'libur') (Hari Libur) @else {{ $h->keterangan }} @endif |