NEU Logo @auth
@if(auth()->user()->role === 'admin') Admin @endif @if(auth()->user()->avatar) Avatar @else
{{ substr(auth()->user()->name, 0, 1) }}
@endif {{ auth()->user()->name }}
@csrf
@else Đăng nhập @endauth