--}}
{{ date('H:i', strtotime($d->jam_in)) }}
@if ($d->jam_in > $d->jam_masuk)
Terlambat {{ $d->MenitTelat }} Menit
@else
Tepat waktu
@endif
@if ($d->dendaTelatMasuk != 0)
{{ number_format($d->dendaTelatMasuk, 0, ',', '.') }}
@endif
@if ($d->jam_out != null)
{{ date('H:i', strtotime($d->jam_out)) }}
@else
Blm Absen
@endif
@if ($d->jam_out != null)
Tepat waktu
@else
Blm Absen
@endif
@if ($d->jam_out != null)
@if ($d->jam_out < $d->jam_pulang)
{{ number_format($d->DendaPulang, 0, ',', '.') }}
@else
@endif
@else
{{ number_format($d->DendaPulang, 0, ',', '.') }}
@endif
Total Denda
@if ($d->totDenda != 0)
{{ number_format($d->totDenda, 0, ',', '.') }}
@endif