SiMANTAP SiMANTAP
{{ __('Dashboard') }}
@if(auth()->user()->isPenyuluh()) {{ __('Input Laporan') }} @endif @if(auth()->user()->isAdmin()) {{ __('Daftar Laporan') }} @if(isset($laporanCount) && $laporanCount > 0) {{ $laporanCount }} @endif @endif {{ __('Akumulasi Laporan') }} @if(auth()->user()->isAdmin()) {{ __('Rekap Laporan') }} @else {{ __('Laporan Saya') }} @endif @if(auth()->user()->isAdmin())
{{ __('Kelola User') }} {{ __('Monitoring Kehadiran') }} {{ __('Rekomendasi') }}
{{ __('Pengaturan') }} @endif
{{ ucfirst(auth()->user()->role) }}
{{ __('Manage Account') }}
{{ __('Profile') }}
@csrf
{{ __('Dashboard') }} @if(auth()->user()->isPenyuluh()) {{ __('Input Laporan') }} @endif @if(auth()->user()->isAdmin())
{{ __('Daftar Laporan') }} @if(isset($laporanCount) && $laporanCount > 0) {{ $laporanCount }} @endif
@endif {{ __('Akumulasi Laporan') }} @if(auth()->user()->isAdmin()) {{ __('Rekap Laporan') }} @else {{ __('Laporan Saya') }} @endif @if(auth()->user()->isAdmin()) {{ __('Kelola User') }} {{ __('Monitoring Kehadiran') }} {{ __('Rekomendasi Penyuluh') }} {{ __('Pengaturan') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ ucfirst(Auth::user()->role) }}
{{ __('Profile') }}
@csrf