{{ __('Dashboard') }} @if(auth()->user()->isFasilitator()) {{ __('Laporan Saya') }} {{ __('Buat Laporan') }} @endif @if(auth()->user()->isAdmin()) {{ __('Dashboard Admin') }} {{ __('Kelola Laporan') }} {{ __('Kelola User') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} @if(auth()->user()->isFasilitator()) {{ __('Laporan Saya') }} {{ __('Buat Laporan') }} @endif @if(auth()->user()->isAdmin()) {{ __('Dashboard Admin') }} {{ __('Kelola Laporan') }} {{ __('Kelola User') }} @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}