@if($bioLink->profile_image)
@else
{{ mb_substr($bioLink->title, 0, 1) }}
@endif
{{$bioLink->title}}
{{$bioLink->description}}
@foreach($bioLink->socialLinks()->get() as $socialLink)
@endforeach
@foreach($bioLink->links()->whereIn('type', config('links.types_when_creating'))->where('is_active', 1)->orderBy('sort')->get() as $link)
@if($link->type === "Text")
@else
{{$link->data['text']}}
@elseif($link->type === "Phone") @elseif($link->type === "Music" || $link->type === "Video")id }}').click()"
>
@if($link->thumbnail_url)
@endif
{{$link->data['title']}}
@if($link->type()->getEmbedUrl())
@else
Missing {{ $link->type }} Embed URL
@endiftype === 'LabelButton')
style="padding: 5px 20px"
@endif
>
@if($link->thumbnail_url)
@endif
@endif
@if($link->type === 'Button')
@elseif($link->type === 'Email')
@endif
@endif
@endforeach
type === 'LabelButton')
style="text-align: @if($link->thumbnail_url) center @else start @endif"
@endif
>
{{$link->data['title']}}
@if($link->type === 'LabelButton')
{{$link->data['label']}}
@foreach($bioLink->socialLinks()->get() as $socialLink)
@endforeach