@extends('layouts.app') @section('pageTitle', 'Absensi - List') @section('content') @include('notify')
Warning! Efektif per Okt 2018, HRD akan memproses payroll berdasarkan data absensi yang anda entri di sistem.
Pastikan anda mengisi absensi setiap hari. Jangan sampai lupa atau salah dalam mengisi absensi.
{{csrf_field()}}
@if(!empty($absensi)) @foreach($absensi as $post) @endforeach @else @endif
# Hari/Tanggal Kehadiran Waktu Catatan Lampiran
{{$i++}} @if(empty($post->type) || $date_now == $post->date_link) {{ $post->hari }}, {{ $post->tanggal }} @else {{ $post->hari }}, {{ $post->tanggal }} @endif @if(!empty($post->created_time)) {{date_format(date_create($post->created_time), "d M 'y H:i")}} @endif {{ (!empty($post->note))?$post->note:'-' }}
Belum ada data
@endsection @section('custom_js')