profile cover photo of {{ $user->name }}
profile photo of {{ $user->name }}

{{ $user->name }}

{{__("Member Since")}} {{ $user->created_at->format("M d, h:m a") }}

@if(auth()->check() && auth()->id() != $user->id) @if(auth()->user()->isFollowing($user)) {{-- Following button --}}
@else {{-- Follow button --}}
@endif {{-- Message button --}}
@endif
{{-- column 1 placeholder --}}