@props([ 'profile' => [] ])
{{-- Cover --}}
@if(!empty($profile['cover_src'])) Cover @endif
{{-- Avatar --}}
{{ $profile['name'] }}
{{-- Content --}}

{{ $profile['name'] }}

{{ '@'.$profile['username'] }}

@if(!empty($profile['descr'])) {{ $profile['descr'] }} @endif {{-- Stats --}}

{{ $profile['video_cnt'] ?: 0 }}

Videos

{{ $profile['follower_cnt'] ?: 0 }}

Followers

{{ $profile['followed_cnt'] ?: 0 }}

Following

{{-- Actions --}}
View Profile @if($profile['has_live'] === 'yes') 🔴 Live @endif