@if ($biolinkSettings->verified_badge != \Modules\Biolinks\Enums\VerifiedBadge::TOP) @endif @if ($biolinkSettings->verified_badge == \Modules\Biolinks\Enums\VerifiedBadge::NONE) @elseif ($biolinkSettings->verified_badge == \Modules\Biolinks\Enums\VerifiedBadge::TOP) @endif @if (!$biolinkSettings->branding_name) @endif
@lang('biolinks::app.verified') @foreach ($blocks as $block) @if ($block->type == 'heading')
<{{ $block->heading_type }} class="text-break m-0 heading-font" data-block-id="{{ $block->id }}" style="color: {{ $block->text_color }}; text-align: {{ $block->text_alignment->value }};"> {{ $block->name }} heading_type }}>
@endif @if ( $block->type == 'link' || $block->type == 'email-collector' || $block->type == 'phone-collector' || $block->type == 'paypal') @endif @if ($block->type == 'paragraph')

{!! nl2br($block->paragraph) !!}

@endif @if ($block->type == 'avatar') @endif @if ($block->type == 'image') @endif @if ($block->type == 'socials')
@if ($block->email) @endif @if ($block->phone) @endif @if ($block->telegram) @endif @if ($block->whatsapp) @endif @if ($block->facebook) @endif @if ($block->instagram) @endif @if ($block->twitter) @endif @if ($block->tiktok) @endif @if ($block->youtube) @endif @if ($block->linkedin) @endif @if ($block->spotify) @endif @if ($block->pinterest) @endif @if ($block->snapchat) @endif @if ($block->twitch) @endif @if ($block->discord) @endif @if ($block->adress) @endif @if ($block->threads) @endif @if ($block->reddit) @endif
@endif @if ($block->type == 'sound-cloud')
@endif @if ($block->type == 'spotify')
@endif @if ($block->type == 'youtube')
@endif @if ($block->type == 'threads')
@endif @if ($block->type == 'tiktok') @endif @if ($block->type == 'twitch') @endif @endforeach