@if($user->profile_image) {{ $user->name }} @else
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif

{{ $user->name }}

@if($user->description)

{{ $user->description }}

@endif
@foreach($sections as $section)

@if($section->icon) @endif {{ $section->title }}

@if($section->type == 'links') @elseif($section->type == 'banners') @elseif($section->type == 'youtube')
@if($youtubeLive)

{{ $youtubeLive['title'] }}

@if($youtubeLive['isLive']) AO VIVO @endif @elseif($youtubeVideos && count($youtubeVideos) > 0) @foreach($youtubeVideos as $video)

{{ $video['title'] }}

{{ $video['duration'] }} • {{ number_format($video['viewCount']) }} visualizações

@endforeach @else

Nenhum vídeo disponível no momento.

@endif
@elseif($section->type == 'social') @elseif($section->type == 'text')
{{ $section->content }}
@endif
@endforeach