{{ __('Dashboard') }}
{{ __('Profile') }}
@csrf
{{ __('Dashboard') }}
{{ Auth::user()->jabatan_with_satuan }}
{{ __('Profile') }}
@csrf
  • Surat Masuk
  • Disposisi @php $unreadCount = \App\Models\Disposisi::where('kepada_user_id', auth()->id()) ->where('is_read', false) ->count(); @endphp @if($unreadCount > 0) {{ $unreadCount }} @endif