{{ __('Dashboard') }} @if(auth()->user()->role === 'admin') {{ __('Articles') }} {{ __('Categories') }} {{ __('Settings') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}