@extends('template_absen') @section('title') ATTENDANCE | Log Laporan @stop @section('top_script') @include('laporan::layouts.top_script_absen') @stop @section('content')
Bulan Tahun
Data Log Terakhir : {{ !empty($log->kode) ? 'Bulan '.bulanIndo(format_date('m',$log->kode,'Ym')) : '-' }}
@stop @section('bottom_script') @include('laporan::layouts.bottom_script_absen') @stop