@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
Pemberitahuan
@if (auth()->user()->notifications()->whereNull('read_at')->count() > 0)
{{ auth()->user()->notifications()->whereNull('read_at')->count() }}
@endif
Profile Saya
Pegawai
Shift
Rekap Data
Lokasi
Jabatan
Absensi
Absen
Data Absen
Absen Dinas Luar
Data Dinas Luar
Overtime
Lembur
Data Lembur
Cuti
Keuangan
Payroll
Kasbon
Dokumen Pegawai
Settings
@yield('isi')
@stack('script') @include('sweetalert::alert')