@section('header_title', 'My Profile')
@if($user->cover_photo_url) Cover @else
@endif

{{ $user->name }}

{{ $user->location ?? 'Unknown Location' }}

{{ $friendsCount }} Friends
{{ $likesCount }} Given Likes
@include('profile.partials.manage-gallery-photos')
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')