diff --git a/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.blade.php b/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.blade.php new file mode 100644 index 0000000..e7a9c37 --- /dev/null +++ b/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.blade.php @@ -0,0 +1,10 @@ +
+ + {{__("Follow us")}} + + @foreach(getSettingsGroup('social_')??[] as $k => $social) + + + + @endforeach +
diff --git a/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.js b/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.js new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.json b/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.json new file mode 100644 index 0000000..c39931a --- /dev/null +++ b/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.json @@ -0,0 +1,10 @@ +{ + "name": "FollowUsSocial", + "version": "1.0", + "author": "xStack", + "email": "xshop@xstack.ir", + "license": "GPL-3.0-or-later", + "url": "https:\/\/xstack.ir", + "author_url": "https:\/\/4xmen.ir", + "packages": [] +} \ No newline at end of file diff --git a/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.php b/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.php new file mode 100644 index 0000000..50123c5 --- /dev/null +++ b/resources/views/segments/floats/FollowUsSocial/FollowUsSocial.php @@ -0,0 +1,21 @@ +