@if(auth()->user()->hasRole('Super Admin'))
  • @endif
  • @if(isset(auth()->user()->avatar) && auth()->user()->avatar && file_exists('storage/avatar/'. auth()->user()->avatar)) @else @endif
    • @if(isset(auth()->user()->avatar) && auth()->user()->avatar && file_exists('storage/avatar/'. auth()->user()->avatar)) @else @endif
      {{ auth()->user()->first_name.' '.auth()->user()->last_name}}
    • My Profile
    • @csrf
      Log Out