© {{ date('Y') }} {{ function_exists('app_name') ? app_name() : 'Sistem Manajemen Surat' }}
•
{{ function_exists('company_name') ? company_name() : 'PT Contoh Perusahaan' }}
@if(function_exists('show_powered_by') && show_powered_by())
Powered by Noesantara Inti Solusi
@endif
v{{ function_exists('app_version') ? app_version() : '1.0.0' }}
Dashboard @auth @if(auth()->user()->role && in_array(auth()->user()->role->name, ['admin', 'corsec'])) Manajemen Klien Manajemen Kontrak @endif Manajemen Surat @if(auth()->user()->role && auth()->user()->role->name === 'admin') Manajemen Pengguna Pengaturan Sistem @endif @endauth