{{-- Profile Banner Gradient --}}
{{-- Avatar overlapping the banner --}}
{{ auth()->user()->name }} @if(auth()->user()->hasRole(\App\Enums\UserRole::SUPPORTER)) @endif
{{-- User Info --}}

{{ auth()->user()->name }}

Joined {{ auth()->user()->created_at->format('F Y') }}

{{-- Quick Stats Row --}}
{{ number_format(auth()->user()->watched->count()) }}
Views
{{ number_format(auth()->user()->commentCount()) }}
Cmts
{{ number_format(auth()->user()->likes()) }}
Likes
{{ number_format(auth()->user()->playlists->count()) }}
Lists