@if($links->total() == 0)
@@ -80,16 +80,16 @@ if (isset($_COOKIE['LinkCount'])) {
@if($button->name !== 'icon')
-
-
+
+
-
+
-
+
-
+
{{Str::limit($link->params['text'] ?? null, 150) }}
-
+
@if($link->typename == 'video')
@php
$embed = OEmbed::get($link->link);
if ($embed && $embed->hasThumbnail()) {
echo "
";
-
+
}
@endphp
-
+
@endif
-
-
+
+
-
+
@if(!empty($link->link))
{{ $link->click_number }} {{__('messages.Clicks')}}
-
+
@endif
@@ -169,7 +169,7 @@ if (isset($_COOKIE['LinkCount'])) {
@@ -177,7 +177,7 @@ if (isset($_COOKIE['LinkCount'])) {
@endif
@if(file_exists(base_path("assets/favicon/icons/").localIcon($link->id)))
@endif
-
+
@@ -187,21 +187,21 @@ if (isset($_COOKIE['LinkCount'])) {
@endforeach
@endif
-
-
+
+
-
+
-
+
@if(count($links) > 3)
{{__('messages.Add new Link')}}@endif
-
+
@@ -209,7 +209,7 @@ if (isset($_COOKIE['LinkCount'])) {
-
+