@stack('style')
@if (Request::is('dashboard*'))
E-PRESENSI RSUD RUPIT
{{$title}}
@if (auth()->user()->notifications()->whereNull('read_at')->count() > 0)
{{ auth()->user()->notifications()->whereNull('read_at')->count() }}
@endif
@else
E-ABSEN RSUD RUPIT
{{$title}}
@if (auth()->user()->notifications()->whereNull('read_at')->count() > 0)
{{ auth()->user()->notifications()->whereNull('read_at')->count() }}
@endif
@endif @yield('container')
@if (Request::is('dashboard*'))
Dashboard
@else
Dashboard
@endif
@if (Request::is('my-absen*'))
History
@else
History
@endif
@if (Request::is('absen*'))
Absen
@else
Absen
@endif
@if (Request::is('my-dinas-luar*'))
Dinas Luar
@else
Dinas Luar
@endif
@if (Request::is('my-profile*'))
Profile
@else
Profile
@endif
@php $settings = App\Models\settings::first(); @endphp
Absensi
MENU
Home
My Profile
Pegawai
Payroll
Reimbursement
Kunjungan
Dokumen
Kasbon
Cuti / Izin
Absensi
My Absen
Dinas Luar
My Dinas Luar
Lembur
My Lembur
Request Location
Euforia
Pengajuan Absensi
Notifications
Log Out
@include('sweetalert::alert') @stack('script')