@php $user = Auth::user(); if ($user->profile->avatar_status == 1) { $userGravImage = $user->profile->avatar; } else { $userGravImage = Gravatar::get($user->email); } @endphp
{{ Auth::user()->name }} {{ Gravatar::get(Auth::user()->email) }}
{{ Auth::user()->name }}
@include('partials.account-nav')