From 18da63c16afc46cd0c49a00141de7b5ee6847ba9 Mon Sep 17 00:00:00 2001 From: PaperGram <145454517+papergram@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:07:29 +0200 Subject: [PATCH] add: more socials --- resources/views/studio/links.blade.php | 126 +++++++++++++------------ 1 file changed, 65 insertions(+), 61 deletions(-) diff --git a/resources/views/studio/links.blade.php b/resources/views/studio/links.blade.php index 3ec28d9..6cd0e4c 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,46 +285,50 @@ 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')!!} - - {!!icon('whatsapp', 'WhatsApp')!!} --}} - - + + {!!icon('telegram', 'Telegram')!!} + + {!!icon('whatsapp', 'WhatsApp')!!} + + {!! icon('behance', 'Behance') !!} + + {!! icon('dribbble', 'Dribble') !!} + + - - + +
- +