@yield('styles')
Mohon menunggu...
Beranda
@if (in_array('user.kelompok-pengguna.index', Auth::user()->role->access) || in_array('user.pengguna.index', Auth::user()->role->access))
Manajemen User
@endif @if (in_array('user.kelompok-pengguna.index', Auth::user()->role->access))
Kelompok Pengguna
@endif @if (in_array('user.pengguna.index', Auth::user()->role->access))
Pengguna
@endif @if (in_array('master.gelar.index', Auth::user()->role->access) || in_array('master.pangkat.index', Auth::user()->role->access) || in_array('master.honor-dosen.index', Auth::user()->role->access) || in_array('master.nominal-honor.index', Auth::user()->role->access) || in_array('master.dosen.index', Auth::user()->role->access) || in_array('master.jabatan.index', Auth::user()->role->access) || in_array('master.tunjangan.index', Auth::user()->role->access) || in_array('master.pinjaman.index', Auth::user()->role->access) || in_array('master.pegawai.index', Auth::user()->role->access))
Data Master
@endif @if (in_array('master.gelar.index', Auth::user()->role->access))
Gelar Dosen
@endif @if (in_array('master.pangkat.index', Auth::user()->role->access))
Pangkat Dosen
@endif @if (in_array('master.honor-dosen.index', Auth::user()->role->access))
Honor Dosen
@endif @if (in_array('master.nominal-honor.index', Auth::user()->role->access))
Nominal Honor
@endif @if (in_array('master.dosen.index', Auth::user()->role->access))
Dosen
@endif @if (in_array('master.jabatan.index', Auth::user()->role->access))
Jabatan Pegawai
@endif @if (in_array('master.tunjangan.index', Auth::user()->role->access))
Tunjangan Pegawai
@endif @if (in_array('master.pinjaman.index', Auth::user()->role->access))
Pinjaman Pegawai
@endif @if (in_array('master.pegawai.index', Auth::user()->role->access))
Pegawai
@endif @if (in_array('master.akun-bagian.index', Auth::user()->role->access))
Akun / Bagian
@endif @if (in_array('transaksi.pembayaran-honor.index', Auth::user()->role->access) || in_array('transaksi.pinjaman-pegawai.index', Auth::user()->role->access) || in_array('transaksi.pembayaran-gaji.index', Auth::user()->role->access) || in_array('transaksi.permintaan-dana.index', Auth::user()->role->access) )
Transaksi
@endif @if (in_array('transaksi.pembayaran-honor.index', Auth::user()->role->access))
Pembayaran Honor Dosen
@endif @if (in_array('transaksi.pinjaman-pegawai.index', Auth::user()->role->access))
Pinjaman Pegawai
@endif @if (in_array('transaksi.pembayaran-gaji.index', Auth::user()->role->access))
Pembayaran Gaji Pegawai
@endif @if (in_array('transaksi.permintaan-dana.index', Auth::user()->role->access))
Permintaan Dana
@endif @if (in_array('laporan.pembayaran-honor-dosen.index', Auth::user()->role->access) || in_array('laporan.pembayaran-gaji-pegawai.index', Auth::user()->role->access) || in_array('laporan.permintaan-dana.index', Auth::user()->role->access))
Laporan
@endif @if (in_array('laporan.pembayaran-honor-dosen.index', Auth::user()->role->access))
Honor Dosen
@endif @if (in_array('laporan.pembayaran-gaji-pegawai.index', Auth::user()->role->access))
Gaji Pegawai
@endif @if (in_array('laporan.pinjaman-pegawai.index', Auth::user()->role->access))
Pinjaman Pegawai
@endif @if (in_array('laporan.permintaan-dana.index', Auth::user()->role->access))
Permintaan Dana
@endif
Hi,
{{ Auth::user()->username }}
{{initial_name(Auth::user()->name, 2, true)}}
{{initial_name(Auth::user()->name, 2, true)}}
{{ Auth::user()->name }}
Ubah Kata Sandi
{{--
Aktifitas Saya
List aktifitas user
--}}
Keluar
{{ $page['page_title'] ?? '' }}
@isset ($page['breadcrumbs']) @foreach ($page['breadcrumbs'] as $breadcrumb)
{{ $breadcrumb['title'] }}
@endforeach @endisset
{{ \Carbon\Carbon::now()->locale('id')->translatedFormat('l, d F Y') }}
@yield('content')
@yield('scripts')