diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml
index 6ef91153..86f4d429 100644
--- a/.github/workflows/laravel.yml
+++ b/.github/workflows/laravel.yml
@@ -19,7 +19,7 @@ jobs:
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
- run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
+ run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
diff --git a/database/seeders/SettingSeeder.php b/database/seeders/SettingSeeder.php
index 39f896f8..1831cf2d 100644
--- a/database/seeders/SettingSeeder.php
+++ b/database/seeders/SettingSeeder.php
@@ -50,7 +50,7 @@ public function run()
(NULL, '1menu', 'text', 'Email', 1, 'email', '{"$lang":"info@local"}', '2023-02-22 20:51:53', '2024-02-06 03:14:33'),
(NULL, 'seo', 'text', 'Website name', 1, 'site_name', '{"$lang":"Xshop"}', '2022-09-14 05:16:58', '2024-02-06 03:14:33'),
(NULL, 'seo', 'text', 'Brief website description (SEO)', 1, 'site_description', '{"$lang":"Description of your store"}', '2022-09-14 05:18:23', '2024-02-06 03:14:33'),
- (NULL, 'seo', 'text', 'Website keywords (SEO - use "," to break)', 1, 'site_keywords', '{"$lang":"shop, xshop, website"}'),
+ (NULL, 'seo', 'text', 'Website keywords (SEO - use "," to break)', 1, 'site_keywords', '{"$lang":"shop, xshop, website"}', '2022-09-14 05:18:23', '2024-02-06 03:14:33'),
(NULL, 'seo', 'text', 'Google Webmaster code', 1, 'site_webmaster_google', '{"$lang":null}', '2022-09-14 05:29:17', '2024-02-06 03:14:33'),
(NULL, 'seo', 'image', 'Site image(SEO)', 1, 'site_image', NULL, '2022-09-14 05:30:51', '2022-09-14 05:30:51');
SQL);
diff --git a/resources/views/vendor/starter-kit/admin/comments.blade.php b/resources/views/vendor/starter-kit/admin/comments.blade.php
index ef204e90..98c72e59 100755
--- a/resources/views/vendor/starter-kit/admin/comments.blade.php
+++ b/resources/views/vendor/starter-kit/admin/comments.blade.php
@@ -112,7 +112,7 @@ class="btn-danger delete-confirm btn-sm">
{{$comments->links()}}
-
-
-
+{{-- --}}
+{{-- --}}
+{{-- --}}
@endsection