diff --git a/resources/views/studio/links.blade.php b/resources/views/studio/links.blade.php index 6cd0e4c..8569e6c 100755 --- a/resources/views/studio/links.blade.php +++ b/resources/views/studio/links.blade.php @@ -2,7 +2,7 @@ @section('content') -
-
+
-
- +
+

{{__('messages.My Links')}} {{__('messages.Add new Link')}}

- +
- + {{--
10 | 20 | 30 | all
--}} - +
- +
- +

{{__('messages.Preview')}}

@@ -209,7 +209,7 @@ if (isset($_COOKIE['LinkCount'])) {
- +

{{__('messages.Preview')}}

@@ -217,16 +217,16 @@ if (isset($_COOKIE['LinkCount'])) {

- +

{{__('messages.Page Icons')}}

- +
@csrf
- + @php if (!function_exists('iconLink')) { function iconLink($icon) { @@ -242,7 +242,7 @@ if (isset($_COOKIE['LinkCount'])) { } } } - + if (!function_exists('searchIcon')) { function searchIcon($icon) { $iconId = DB::table('links') @@ -257,7 +257,7 @@ if (isset($_COOKIE['LinkCount'])) { } } } - + if (!function_exists('iconclicks')) { function iconclicks($icon) { $iconClicks = searchIcon($icon); @@ -269,7 +269,7 @@ if (isset($_COOKIE['LinkCount'])) { } } } - + if (!function_exists('icon')) { function icon($name, $label) { echo '
@@ -285,32 +285,32 @@ if (isset($_COOKIE['LinkCount'])) { } @endphp - - + + {!!icon('mastodon', 'Mastodon')!!} - + {!!icon('instagram', 'Instagram')!!} - + {!!icon('twitter', 'Twitter')!!} - + {!!icon('facebook', 'Facebook')!!} - + {!!icon('github', 'GitHub')!!} - + {!!icon('twitch', 'Twitch')!!} - + {!!icon('linkedin', 'LinkedIn')!!} - + {!!icon('tiktok', 'TikTok')!!} - + {!!icon('discord', 'Discord')!!} - + {!!icon('youtube', 'YouTube')!!} - + {!!icon('snapchat', 'Snapchat')!!} - + {!!icon('reddit', 'Reddit')!!} - + {!!icon('pinterest', 'Pinterest')!!} {!!icon('telegram', 'Telegram')!!} @@ -320,15 +320,15 @@ if (isset($_COOKIE['LinkCount'])) { {!! icon('behance', 'Behance') !!} {!! icon('dribbble', 'Dribble') !!} - - + + - - + +
- +