Laragram

{{-- DARKMODE --}} {{-- FIN DARKMODE --}}
@if (Auth::user()->role === 'admin') {{ __('Dashboard') }} @endif
@if (Auth::user()->img_path) @else

{{ Str::ucfirst(Auth::user()->name[0]) }}

@endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}