@extends('layouts.app') @section('content')

Selamat Datang

Selamat Datang di Sistem Absensi

Jumlah Karyawan
Jumlah Karyawan : {{ $countKaryawan }}
Absen Tepat Waktu
{{ $countOntime }}
Absen Izin
{{ $CountIzin }}
Total Jumlah Absen
{{ $total }}

Absen Berdasarkan Lokasi

Mencari lokasi Anda...
{{ now() }}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @endsection @push('js') @endpush