@if(file_exists(base_path("img/" . $userinfo->id . ".png")))
id . ".png") }}" width="128px" height="128px" style="object-fit: cover;">
@elseif(file_exists(base_path("littlelink/images/").findFile('avatar')))
@else
@endif
{{ $info->name }}@if(($userinfo->role == 'vip' or $userinfo->role == 'admin') and theme('disable_verification_badge') != "true" and env('HIDE_VERIFICATION_CHECKMARK') != true)@include('components.verify-svg')@endif
@if(env('ALLOW_USER_HTML') === true){!! $info->littlelink_description !!}@else{{ $info->littlelink_description }}@endif
@php $icons = DB::table('links')->where('user_id', $userinfo->id)->where('button_id', 94)->get(); @endphp
@foreach($icons as $icon)
@endforeach
@endforeach
@foreach($links as $link)
@php $linkName = str_replace('default ','',$link->name) @endphp
@if($link->name === "icon")
@elseif($link->button_id === 0)
@elseif($link->name === "phone")
@elseif($link->name === "custom" and $link->custom_css === "" or $link->custom_css === "NULL" or (theme('allow_custom_buttons') == "false" and $link->name === "custom"))
@elseif($link->name === "custom" and $link->custom_css != "")
@elseif($link->name === "buy me a coffee")
@elseif($link->name === "mastodon")
@elseif($link->name === "custom_website"and $link->custom_css === "" or $link->custom_css === "NULL" or (theme('allow_custom_buttons') == "false" and $link->name === "custom"))
@elseif($link->name === "custom_website" and $link->custom_css != "")
@elseif($link->name === "space")
title) and $link->title < 10)
echo str_repeat("
",$link->title);
elseif (is_numeric($link->title) and $link->title >= 10)
echo str_repeat("
",10);
else
echo "
"
?>
@elseif($link->name === "heading")
{{ $link->title }}
@elseif($link->name === "text")
@if(env('ALLOW_USER_HTML') === true){!! $link->title !!}@else{{ $link->title }}@endif
@else
$value) { if($newLinkName == $key) { $newLinkName = $value; $isNewName = "true"; } } ?>
@endif
@endforeach
@include('layouts.footer')