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

Dashboard

Alert Cuti Tahunan | Today
{{$notif=App\Models\skema::where('lastaction','=',2)->where('users_id',Auth::user()->id)->count()}}
review
ALert Fieldbreaks | Today
{{$alertfield=App\Models\skemafield::where('lastaction','=',2)->where('users_id',Auth::user()->id)->count()}}
review
Alert Extend | Today
{{$alertext=App\Models\skemaextend::where('lastaction','=',2)->where('users_id',Auth::user()->id)->count()}}
review
List Employee Fieldbreak | Sedang Cuti
Profile Name Department Date Enddate
List Employee Cuti Tahunan | Sedang Cuti
Profile Name Department Date Enddate
Presentase Type Annual
Presentase Annual
@endsection