@php $settings = App\Models\settings::first(); @endphp
{{ $title }}
@stack('style')
Loading...
@if (auth()->user()->notifications()->whereNull('read_at')->count() > 0)
{{ auth()->user()->notifications()->whereNull('read_at')->count() }}
@endif
@if (auth()->user()->foto_karyawan)
@else
@endif
{{ auth()->user()->name }}
{{ auth()->user()->Jabatan->nama_jabatan }}
Account
Change Password
Log Out
{{ $settings->name }}
Back
General
Dashboard
Notifications
@if (auth()->user()->notifications()->whereNull('read_at')->count() > 0)
{{ auth()->user()->notifications()->whereNull('read_at')->count() }}
@endif
Berita
My Profile
Pegawai
Semua
Belum Mapping
Shift
Rekap Data
Informasi
Ruangan
Jabatan
Absensi
Absen
Data Absen
Absen Dinas Luar
Data Dinas Luar
Overtime
Lembur
Data Lembur
Cuti
Kunjungan
Keuangan
Payroll
Kasbon
Reimbursement
Kategori Reimbursement
Dokumen Pegawai
Settings
@yield('isi')
@stack('script') @include('sweetalert::alert')