Merge pull request #36 from YasinDehfuli/main

🚀 Improve ui on issue #33
A1Gard 9 months ago committed by GitHub
commit dfb6479908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,82 +20,82 @@ class SettingSeeder extends Seeder
\DB::insert(<<<SQL \DB::insert(<<<SQL
INSERT INTO `settings` (`id`, `section`, `type`, `title`, `active`, `key`, `value`, `created_at`, `updated_at`) VALUES INSERT INTO `settings` (`id`, `section`, `type`, `title`, `active`, `key`, `value`, `created_at`, `updated_at`) VALUES
(NULL, '1menu', 'image', 'لوگو', 1, 'logo_png', NULL, '2022-08-02 00:14:57', '2022-08-02 00:14:57'), (NULL, '1menu', 'image', 'Logo', 1, 'logo_png', NULL, '2022-08-02 00:14:57', '2022-08-02 00:14:57'),
(NULL, '2top', 'text', 'عنوان قسمت اصلی', 1, 'top1text', '{"$lang":"\\u062a\\u0633\\u062a","ru":"\\u0442\\u0435\\u0441\\u0442"}', '2022-08-02 00:23:04', '2024-02-06 03:17:09'), (NULL, '2top', 'text', 'Main section title', 1, 'top1text', '{"$lang":"Best-selling products"}', '2022-08-02 00:23:04', '2024-02-06 03:17:09'),
(NULL, '2top', 'cat', 'دسته قسمت اصلی', 1, 'top1cat', '{"$lang":"1"}', '2022-08-02 00:23:35', '2022-08-02 00:53:57'), (NULL, '2top', 'cat', 'Main section category', 1, 'top1cat', '{"$lang":"1"}', '2022-08-02 00:23:35', '2022-08-02 00:53:57'),
(NULL, '2top', 'text', 'عنوان قسمت بالا', 1, 'top2text', '{"$lang":"33%"}', '2022-08-02 00:23:04', '2024-02-06 03:14:33'), (NULL, '2top', 'text', 'Title of the above section', 1, 'top2text', '{"$lang":"33%"}', '2022-08-02 00:23:04', '2024-02-06 03:14:33'),
(NULL, '2top', 'cat', 'دسته قسمت بالا', 1, 'top2cat', '{"$lang":"1"}', '2022-08-02 00:23:35', '2022-08-02 00:54:06'), (NULL, '2top', 'cat', 'Category of the above section', 1, 'top2cat', '{"$lang":"1"}', '2022-08-02 00:23:35', '2022-08-02 00:54:06'),
(NULL, '2top', 'text', 'عنوان قسمت پایین', 1, 'top3text', '{"$lang":"15%"}', '2022-08-02 00:23:04', '2024-02-06 03:14:33'), (NULL, '2top', 'text', 'Title of the bottom section', 1, 'top3text', '{"$lang":"15%"}', '2022-08-02 00:23:04', '2024-02-06 03:14:33'),
(NULL, '2top', 'cat', 'دسته قسمت پایین', 1, 'top3cat', '{"$lang":"1"}', '2022-08-02 00:23:35', '2022-08-02 00:54:06'), (NULL, '2top', 'cat', 'Category of the bottom section', 1, 'top3cat', '{"$lang":"1"}', '2022-08-02 00:23:35', '2022-08-02 00:54:06'),
(NULL, '3top', 'text', 'عنوان قسمت دوم', 1, 'sectext', '{"$lang":"\\u0633\\u0627\\u06cc\\u0631 \\u0645\\u062d\\u0635\\u0648\\u0644\\u0627\\u062a"}', '2022-08-02 00:23:04', '2024-02-06 03:14:33'), (NULL, '3top', 'text', 'Title of the second section', 1, 'sectext', '{"$lang":"Other products"}', '2022-08-02 00:23:04', '2024-02-06 03:14:33'),
(NULL, '3top', 'cat', 'دسته قسمت دوم', 1, 'seccat', '{"$lang":"1"}', '2022-08-02 00:23:35', '2022-08-02 00:54:06'), (NULL, '3top', 'cat', 'Category of the second section', 1, 'seccat', '{"$lang":"1"}', '2022-08-02 00:23:35', '2022-08-02 00:54:06'),
(NULL, '4sec', 'text', 'عنوان قسمت سوم فیلتر دار', 1, '3text', '{"$lang":"\\u0644\\u0648\\u0627\\u0632\\u0645 \\u062c\\u0627\\u0646\\u0628\\u06cc"}', '2022-08-02 00:33:47', '2024-02-06 03:14:33'), (NULL, '4sec', 'text', 'Title of the third section with filters', 1, '3text', '{"$lang":"Accessories"}', '2022-08-02 00:33:47', '2024-02-06 03:14:33'),
(NULL, '4sec', 'cat', 'دسته قسمت سوم فیلتر دار', 1, '3cat', '{"$lang":"1"}', '2022-08-02 00:34:35', '2022-08-02 00:54:06'), (NULL, '4sec', 'cat', 'Category of the third section with filters', 1, '3cat', '{"$lang":"1"}', '2022-08-02 00:34:35', '2022-08-02 00:54:06'),
(NULL, '5sec', 'cat', 'دسته برند', 1, '4cat', '{"$lang":"1"}', '2022-08-02 00:34:35', '2022-08-02 00:54:06'), (NULL, '5sec', 'cat', 'Brand category', 1, '4cat', '{"$lang":"1"}', '2022-08-02 00:34:35', '2022-08-02 00:54:06'),
(NULL, '6footer', 'category', 'دسته فوتر سمت راست', 1, 'footer1', '{"$lang":"1"}', '2022-08-02 00:38:10', '2022-08-02 00:54:06'), (NULL, '6footer', 'category', 'Right footer category', 1, 'footer1', '{"$lang":"1"}', '2022-08-02 00:38:10', '2022-08-02 00:54:06'),
(NULL, '6footer', 'category', 'فوتر وسط', 1, 'footer2', '{"$lang":"4"}', '2022-08-02 00:38:42', '2022-09-12 01:27:55'), (NULL, '6footer', 'category', 'Center footer', 1, 'footer2', '{"$lang":"4"}', '2022-08-02 00:38:42', '2022-09-12 01:27:55'),
(NULL, '6footer', 'code', 'فوتر سمت راست', 1, 'footer3', '{"$lang":"<img src=\\"http:\\/\\/parsavps.com\\/enamad.png\\" width=\\"145px\\" \\/>"}', '2022-08-02 00:40:14', '2024-02-06 03:14:33'), (NULL, '6footer', 'code', 'Right footer', 1, 'footer3', '{"$lang":"<img src=\\"http:\\/\\/parsavps.com\\/enamad.png\\" width=\\"145px\\" \\/>"}', '2022-08-02 00:40:14', '2024-02-06 03:14:33'),
(NULL, '6footer', 'text', 'شبکه اجتماعی ایستاگرام', 1, 'soc_in', '{"$lang":null}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'), (NULL, '6footer', 'text', 'Instagram social network', 1, 'soc_in', '{"$lang":null}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'),
(NULL, '6footer', 'text', 'شبکه اجتماعی تلگرام', 1, 'soc_tg', '{"$lang":null}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'), (NULL, '6footer', 'text', 'Telegram social network', 1, 'soc_tg', '{"$lang":null}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'),
(NULL, '6footer', 'text', 'شبکه اجتماعی توییتر', 1, 'soc_tw', '{"$lang":"https:\\/\\/twitter.com\\/a1gard"}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'), (NULL, '6footer', 'text', 'Twitter social network', 1, 'soc_tw', '{"$lang":"https:\\/\\/twitter.com\\/a1gard"}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'),
(NULL, '6footer', 'text', 'شبکه اجتماعی واستاپ (شماره با کد کشور)', 1, 'soc_wp', '{"$lang":"+989121234567"}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'), (NULL, '6footer', 'text', 'WhatsApp social network (country code number)', 1, 'soc_wp', '{"$lang":"+989121234567"}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'),
(NULL, '6footer', 'text', 'شبکه اجتماعی یوتویب', 1, 'soc_yt', '{"$lang":null}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'), (NULL, '6footer', 'text', 'YouTube social network', 1, 'soc_yt', '{"$lang":null}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'),
(NULL, '6footer', 'text', 'عنوان فوتر', 1, 'footer_title', '{"$lang":"\\u0627\\u0637\\u0644\\u0627\\u0639\\u0627\\u062a \\u062a\\u0645\\u0627\\u0633"}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'), (NULL, '6footer', 'text', 'Footer title', 1, 'footer_title', '{"$lang":"Contact information"}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'),
(NULL, '6footer', 'editor', 'نوشته فوتر', 1, 'footer_text', '{"$lang":"<p>\\u0627\\u0641\\u0631\\u0627\\u062f \\u06af\\u0631\\u0648\\u0647 \\u0633\\u0648\\u0645 \\u0627\\u0632 \\u0627\\u0647\\u0645\\u06cc\\u062a \\u0628\\u0647 \\u067e\\u0627\\u06cc\\u0627\\u0646 \\u0631\\u0633\\u0627\\u0646\\u062f\\u0646 \\u0622\\u06af\\u0627\\u0647 \\u0647\\u0633\\u062a\\u0646\\u062f. \\u0622\\u0646\\u0647\\u0627 \\u0628\\u0627 \\u062a\\u0641\\u06a9\\u0631 \\u0645\\u0646\\u0637\\u0642\\u06cc\\u060c \\u0637\\u0631\\u062d\\u06cc \\u0631\\u0648\\u0634\\u0646 \\u0627\\u0631\\u0627\\u0626\\u0647 \\u0645\\u06cc&zwnj;\\u06a9\\u0646\\u0646\\u062f. \\u0622\\u0646\\u0647\\u0627 \\u0646\\u0647 \\u062a\\u0646\\u0647\\u0627 \\u0628\\u0631\\u0627\\u06cc \\u067e\\u0627\\u06cc\\u0627\\u0646 \\u062f\\u0627\\u062f\\u0646 \\u0628\\u0647 \\u067e\\u0631\\u0648\\u0698\\u0647&zwnj;\\u06cc \\u062e\\u0648\\u062f \\u062f\\u0631 \\u0622\\u06cc\\u0646\\u062f\\u0647 \\u0628\\u0631\\u0646\\u0627\\u0645\\u0647 \\u0631\\u06cc\\u0632\\u06cc \\u0645\\u06cc&zwnj;\\u06a9\\u0646\\u0646\\u062f\\u060c \\u0628\\u0644\\u06a9\\u0647 \\u0628\\u0647 \\u062a\\u0645\\u0627\\u0645 \\u0646\\u062a\\u0627\\u06cc\\u062c \\u0648 \\u0639\\u0648\\u0627\\u0642\\u0628 \\u0627\\u062c\\u0631\\u0627\\u06cc \\u0622\\u0646 \\u0628\\u0631\\u0646\\u0627\\u0645\\u0647 \\u0647\\u0645 \\u0645\\u06cc&zwnj;\\u0627\\u0646\\u062f\\u06cc\\u0634\\u0646\\u062f. \\u0627\\u06cc\\u0646 \\u0627\\u0641\\u0631\\u0627\\u062f \\u06a9\\u0633\\u0627\\u0646\\u06cc \\u0647\\u0633\\u062a\\u0646\\u062f \\u06a9\\u0647 \\u0647\\u0646\\u0631 \\u0628\\u0647 \\u067e\\u0627\\u06cc\\u0627\\u0646 \\u0631\\u0633\\u0627\\u0646\\u062f\\u0646 \\u0631\\u0627 \\u0645\\u06cc&zwnj;\\u062f\\u0627\\u0646\\u0646\\u062f.<\\/p>"}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'), (NULL, '6footer', 'editor', 'Footer text', 1, 'footer_text', '{"$lang":"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."}', '2022-08-02 00:41:20', '2024-02-06 03:14:33'),
(NULL, '7seo', 'text', 'کد رنگ سایت', 1, 'color', '{"$lang":"#3593D2"}', '2022-08-02 00:48:38', '2024-02-06 03:14:33'), (NULL, '7seo', 'text', 'Website color code', 1, 'color', '{"$lang":"#3593D2"}', '2022-08-02 00:48:38', '2024-02-06 03:14:33'),
(NULL, '7seo', 'text', 'سئو کلمات کلیدی', 1, 'keywords', '{"$lang":"\\u0641\\u0631\\u0648\\u0634\\u06af\\u0627\\u0647\\u060c \\u0641\\u0631\\u0648\\u0634 \\u0622\\u0646\\u0644\\u0627\\u06cc\\u0646"}', '2022-08-02 00:49:10', '2024-02-06 03:14:33'), (NULL, '7seo', 'text', 'SEO keywords', 1, 'keywords', '{"$lang":"Store, online selling"}', '2022-08-02 00:49:10', '2024-02-06 03:14:33'),
(NULL, '7seo', 'text', 'سئو جزئیات', 1, 'desc', '{"$lang":"\\u062a\\u0648\\u0636\\u06cc\\u062d\\u0627\\u062a \\u0641\\u0631\\u0648\\u0634\\u06af\\u0627\\u0647 \\u0634\\u0645\\u0627"}', '2022-08-02 00:50:08', '2024-02-06 03:14:33'), (NULL, '7seo', 'text', 'SEO details', 1, 'desc', '{"$lang":"Description of your store"}', '2022-08-02 00:50:08', '2024-02-06 03:14:33'),
(NULL, '7seo', 'text', 'متن کپی رایت', 1, 'copyright', '{"$lang":"\\u06a9\\u0644\\u06cc\\u0647 \\u062d\\u0642\\u0648\\u0642 \\u0628\\u0631\\u0627\\u06cc \\u0648\\u0628\\u0633\\u0627\\u06cc\\u062a \\u0641\\u0631\\u0648\\u0634\\u06af\\u0627\\u0647 \\u0645\\u062d\\u0641\\u0648\\u0638 \\u0627\\u0633\\u062a"}', '2022-08-02 01:10:18', '2024-02-06 03:14:33'), (NULL, '7seo', 'text', 'Copyright text', 1, 'copyright', '{"$lang":"All rights reserved for the store website"}', '2022-08-02 01:10:18', '2024-02-06 03:14:33'),
(NULL, '1menu', 'text', 'تلفن', 1, 'tel', '{"$lang":"021"}', '2023-02-22 20:51:33', '2024-02-06 03:14:33'), (NULL, '1menu', 'text', 'Copyright text', 1, 'tel', '{"$lang":"021"}', '2023-02-22 20:51:33', '2024-02-06 03:14:33'),
(NULL, '1menu', 'text', 'ایمیل', 1, 'email', '{"$lang":"info@local"}', '2023-02-22 20:51:53', '2024-02-06 03:14:33'), (NULL, '1menu', 'text', 'Email', 1, 'email', '{"$lang":"info@local"}', '2023-02-22 20:51:53', '2024-02-06 03:14:33'),
(NULL, 'seo', 'text', 'نام سایت', 1, 'site_name', '{"$lang":"\\u0641\\u0631\\u0648\\u0634\\u06af\\u0627\\u0647 \\u0627\\u06cc\\u06a9\\u0633 \\u0634\\u0627\\u067e"}', '2022-09-14 05:16:58', '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', 'توضیح کوتاه سایت(SEO)', 1, 'site_description', '{"$lang":"\\u0628\\u0647 \\u0631\\u0648\\u0632\\u062a\\u0631\\u06cc\\u0646 \\u06af\\u0648\\u0634\\u06cc \\u0647\\u0627 \\u0628\\u0627 \\u06a9\\u0645\\u062a\\u0631\\u06cc\\u0646 \\u0642\\u06cc\\u0645\\u062a"}', '2022-09-14 05:18:23', '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', 'کلمات کلیدی سایت (SEO- با کاما از هم جدا کنید)', 1, 'site_keywords', '{"$lang":"\\u06af\\u0648\\u0634\\u06cc\\u060c\\u0627\\u0631\\u0632\\u0627\\u0646\\u060c\\u062e\\u0631\\u06cc\\u062f\\u060c\\u0627\\u06cc\\u06a9\\u0633 \\u0634\\u0627\\u067e"}', '2022-09-14 05:22:56', '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', 'کد گوگل وب مستر', 1, 'site_webmaster_google', '{"$lang":null}', '2022-09-14 05:29:17', '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', 'تصویر سایت(SEO)', 1, 'site_image', NULL, '2022-09-14 05:30:51', '2022-09-14 05:30:51'); (NULL, 'seo', 'image', 'Site image(SEO)', 1, 'site_image', NULL, '2022-09-14 05:30:51', '2022-09-14 05:30:51');
SQL); SQL);
}else{ }else{
// //
\DB::insert(<<<SQL \DB::insert(<<<SQL
REPLACE INTO `settings` (`id`, `section`, `type`, `title`, `active`, `key`, `value`, `created_at`, `updated_at`) VALUES REPLACE INTO `settings` (`id`, `section`, `type`, `title`, `active`, `key`, `value`, `created_at`, `updated_at`) VALUES
(NULL, '1menu', 'image', 'لوگو', 1, 'logo_png', NULL, '2022-08-02 04:44:57', '2022-08-02 04:44:57'), (NULL, '1menu', 'image', 'Logo', 1, 'logo_png', NULL, '2022-08-02 04:44:57', '2022-08-02 04:44:57'),
(NULL, '2top', 'text', 'عنوان قسمت اصلی', 1, 'top1text', 'محصولات پر فروش', '2022-08-02 04:53:04', '2022-08-02 05:23:03'), (NULL, '2top', 'text', 'Main section title', 1, 'top1text', 'Best-selling products', '2022-08-02 04:53:04', '2022-08-02 05:23:03'),
(NULL, '2top', 'cat', 'دسته قسمت اصلی', 1, 'top1cat', '1', '2022-08-02 04:53:35', '2022-08-02 05:23:57'), (NULL, '2top', 'cat', 'Main section category', 1, 'top1cat', '1', '2022-08-02 04:53:35', '2022-08-02 05:23:57'),
(NULL, '2top', 'text', 'عنوان قسمت بالا', 1, 'top2text', '33%', '2022-08-02 04:53:04', '2022-08-02 05:24:06'), (NULL, '2top', 'text', 'Title of the above section', 1, 'top2text', '33%', '2022-08-02 04:53:04', '2022-08-02 05:24:06'),
(NULL, '2top', 'cat', 'دسته قسمت بالا', 1, 'top2cat', '1', '2022-08-02 04:53:35', '2022-08-02 05:24:06'), (NULL, '2top', 'cat', 'Category of the top section', 1, 'top2cat', '1', '2022-08-02 04:53:35', '2022-08-02 05:24:06'),
(NULL, '2top', 'text', 'عنوان قسمت پایین', 1, 'top3text', '15%', '2022-08-02 04:53:04', '2022-08-02 05:24:06'), (NULL, '2top', 'text', 'Title of the bottom section', 1, 'top3text', '15%', '2022-08-02 04:53:04', '2022-08-02 05:24:06'),
(NULL, '2top', 'cat', 'دسته قسمت پایین', 1, 'top3cat', '1', '2022-08-02 04:53:35', '2022-08-02 05:24:06'), (NULL, '2top', 'cat', 'Category of the bottom section', 1, 'top3cat', '1', '2022-08-02 04:53:35', '2022-08-02 05:24:06'),
(NULL, '3top', 'text', 'عنوان قسمت دوم', 1, 'sectext', 'سایر محصولات', '2022-08-02 04:53:04', '2022-08-02 05:24:06'), (NULL, '3top', 'text', 'Title of the second section', 1, 'sectext', 'Other products', '2022-08-02 04:53:04', '2022-08-02 05:24:06'),
(NULL, '3top', 'cat', 'دسته قسمت دوم', 1, 'seccat', '1', '2022-08-02 04:53:35', '2022-08-02 05:24:06'), (NULL, '3top', 'cat', 'Category of the second section', 1, 'seccat', '1', '2022-08-02 04:53:35', '2022-08-02 05:24:06'),
(NULL, '4sec', 'text', 'عنوان قسمت سوم فیلتر دار', 1, '3text', 'لوازم جانبی', '2022-08-02 05:03:47', '2022-08-02 05:24:06'), (NULL, '4sec', 'text', 'Title of the third section with filters', 1, '3text', 'Accessories', '2022-08-02 05:03:47', '2022-08-02 05:24:06'),
(NULL, '4sec', 'cat', 'دسته قسمت سوم فیلتر دار', 1, '3cat', '1', '2022-08-02 05:04:35', '2022-08-02 05:24:06'), (NULL, '4sec', 'cat', 'Category of the third section with filters', 1, '3cat', '1', '2022-08-02 05:04:35', '2022-08-02 05:24:06'),
(NULL, '5sec', 'cat', 'دسته برند', 1, '4cat', '1', '2022-08-02 05:04:35', '2022-08-02 05:24:06'), (NULL, '5sec', 'cat', 'Brand category', 1, '4cat', '1', '2022-08-02 05:04:35', '2022-08-02 05:24:06'),
(NULL, '6footer', 'category', 'دسته فوتر سمت راست', 1, 'footer1', '1', '2022-08-02 05:08:10', '2022-08-02 05:24:06'), (NULL, '6footer', 'category', 'Right footer category', 1, 'footer1', '1', '2022-08-02 05:08:10', '2022-08-02 05:24:06'),
(NULL, '6footer', 'category', 'فوتر وسط', 1, 'footer2', '4', '2022-08-02 05:08:42', '2022-09-12 05:57:55'), (NULL, '6footer', 'category', 'Center footer', 1, 'footer2', '4', '2022-08-02 05:08:42', '2022-09-12 05:57:55'),
(NULL, '6footer', 'code', 'فوتر سمت راست', 1, 'footer3', '<img src="http://parsavps.com/enamad.png" width="145px" />', '2022-08-02 05:10:14', '2022-08-02 05:31:52'), (NULL, '6footer', 'code', 'Right footer', 1, 'footer3', '<img src="http://parsavps.com/enamad.png" width="145px" />', '2022-08-02 05:10:14', '2022-08-02 05:31:52'),
(NULL, '6footer', 'text', 'شبکه اجتماعی ایستاگرام', 1, 'soc_in', NULL, '2022-08-02 05:11:20', '2022-08-02 05:11:20'), (NULL, '6footer', 'text', 'Instagram social network', 1, 'soc_in', NULL, '2022-08-02 05:11:20', '2022-08-02 05:11:20'),
(NULL, '6footer', 'text', 'شبکه اجتماعی تلگرام', 1, 'soc_tg', NULL, '2022-08-02 05:11:20', '2022-08-02 05:11:20'), (NULL, '6footer', 'text', 'Telegram social network', 1, 'soc_tg', NULL, '2022-08-02 05:11:20', '2022-08-02 05:11:20'),
(NULL, '6footer', 'text', 'شبکه اجتماعی توییتر', 1, 'soc_tw', 'https://twitter.com/a1gard', '2022-08-02 05:11:20', '2022-08-02 05:24:06'), (NULL, '6footer', 'text', 'Twitter social network', 1, 'soc_tw', 'https://twitter.com/a1gard', '2022-08-02 05:11:20', '2022-08-02 05:24:06'),
(NULL, '6footer', 'text', 'شبکه اجتماعی واستاپ (شماره با کد کشور)', 1, 'soc_wp', '+989121234567', '2022-08-02 05:11:20', '2022-08-02 05:27:02'), (NULL, '6footer', 'text', 'WhatsApp social network (country code number)', 1, 'soc_wp', '+989121234567', '2022-08-02 05:11:20', '2022-08-02 05:27:02'),
(NULL, '6footer', 'text', 'شبکه اجتماعی یوتویب', 1, 'soc_yt', NULL, '2022-08-02 05:11:20', '2022-08-02 05:11:20'), (NULL, '6footer', 'text', 'YouTube social network', 1, 'soc_yt', NULL, '2022-08-02 05:11:20', '2022-08-02 05:11:20'),
(NULL, '6footer', 'text', 'عنوان فوتر', 1, 'footer_title', 'اطلاعات تماس', '2022-08-02 05:11:20', '2022-08-02 05:11:20'), (NULL, '6footer', 'text', 'Footer title', 1, 'footer_title', 'Contact information', '2022-08-02 05:11:20', '2022-08-02 05:11:20'),
(NULL, '6footer', 'editor', 'نوشته فوتر', 1, 'footer_text', 'افراد گروه سوم از اهمیت به پایان رساندن آگاه هستند. آنها با تفکر منطقی، طرحی روشن ارائه می‌کنند. آنها نه تنها برای پایان دادن به پروژه‌ی خود در آینده برنامه ریزی می‌کنند، بلکه به تمام نتایج و عواقب اجرای آن برنامه هم می‌اندیشند. این افراد کسانی هستند که هنر به پایان رساندن را می‌دانند. ', '2022-08-02 05:11:20', '2022-08-02 05:11:20'), (NULL, '6footer', 'editor', 'Footer text', 1, 'footer_text', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ', '2022-08-02 05:11:20', '2022-08-02 05:11:20'),
(NULL, '7seo', 'text', 'کد رنگ سایت', 1, 'color', '#3593D2', '2022-08-02 05:18:38', '2022-08-02 05:24:06'), (NULL, '7seo', 'text', 'Website color code', 1, 'color', '#3593D2', '2022-08-02 05:18:38', '2022-08-02 05:24:06'),
(NULL, '7seo', 'text', 'سئو کلمات کلیدی', 1, 'keywords', 'فروشگاه، فروش آنلاین', '2022-08-02 05:19:10', '2022-08-02 05:24:06'), (NULL, '7seo', 'text', 'SEO keywords (Use "," to break)', 1, 'keywords', 'Store, online selling', '2022-08-02 05:19:10', '2022-08-02 05:24:06'),
(NULL, '7seo', 'text', 'سئو جزئیات', 1, 'desc', 'توضیحات فروشگاه شما', '2022-08-02 05:20:08', '2022-08-02 05:24:06'), (NULL, '7seo', 'text', 'SEO details', 1, 'desc', 'Description of your store', '2022-08-02 05:20:08', '2022-08-02 05:24:06'),
(NULL, '7seo', 'text', 'متن کپی رایت', 1, 'copyright', 'کلیه حقوق برای وبسایت فروشگاه محفوظ است', '2022-08-02 05:40:18', '2022-08-02 05:40:37'), (NULL, '7seo', 'text', 'Copyright text', 1, 'copyright', 'All rights reserved for the store website', '2022-08-02 05:40:18', '2022-08-02 05:40:37'),
(NULL, '1menu', 'text', 'تلفن', 1, 'tel', NULL, '2023-02-23 00:21:33', '2023-02-23 00:21:33'), (NULL, '1menu', 'text', 'Phone', 1, 'tel', NULL, '2023-02-23 00:21:33', '2023-02-23 00:21:33'),
(NULL, '1menu', 'text', 'ایمیل', 1, 'email', NULL, '2023-02-23 00:21:53', '2023-02-23 00:21:53'); (NULL, '1menu', 'text', 'Email', 1, 'email', NULL, '2023-02-23 00:21:53', '2023-02-23 00:21:53');
SQL SQL
); );
\DB::insert(<<<SQL \DB::insert(<<<SQL
insert into settings (`id`, `section`, `type`, title, `active`, `key`, `value`, `created_at`, `updated_at`) insert into settings (`id`, `section`, `type`, title, `active`, `key`, `value`, `created_at`, `updated_at`)
values (null, 'seo', 'text', 'نام سایت', 1, 'site_name', 'فروشگاه ایکس شاپ', '2022-09-14 09:46:58', '2022-09-14 09:47:20'), values (null, 'seo', 'text', 'Site name', 1, 'site_name', 'Xshop', '2022-09-14 09:46:58', '2022-09-14 09:47:20'),
(null, 'seo', 'text', 'توضیح کوتاه سایت(SEO)', 1, 'site_description', 'به روزترین گوشی ها با کمترین قیمت', '2022-09-14 09:48:23', '2022-09-14 09:48:39'), (null, 'seo', 'text', 'Short description of the site (SEO)', 1, 'site_description', 'The most up-to-date phones at the lowest prices', '2022-09-14 09:48:23', '2022-09-14 09:48:39'),
(null, 'seo', 'text', 'کلمات کلیدی سایت (SEO- با کاما از هم جدا کنید)', 1, 'site_keywords', 'گوشی،ارزان،خرید،ایکس شاپ', '2022-09-14 09:52:56', '2022-09-14 09:53:41'), (null, 'seo', 'text', 'SEO keywords (Use "," to break)', 1, 'site_keywords', 'Phone, cheap, buy, Xshop', '2022-09-14 09:52:56', '2022-09-14 09:53:41'),
(null, 'seo', 'text', 'کد گوگل وب مستر', 1, 'site_webmaster_google', null, '2022-09-14 09:59:17', '2022-09-14 09:59:17'), (null, 'seo', 'text', 'Google web master code', 1, 'site_webmaster_google', null, '2022-09-14 09:59:17', '2022-09-14 09:59:17'),
(null, 'seo', 'image', 'تصویر سایت(SEO)', 1, 'site_image', null, '2022-09-14 10:00:51', '2022-09-14 10:00:51'); (null, 'seo', 'image', 'Site image (SEO)', 1, 'site_image', null, '2022-09-14 10:00:51', '2022-09-14 10:00:51');
SQL SQL
); );
} }

@ -32,8 +32,11 @@
</div> </div>
</div> </div>
</form> </form>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered text-center mt-3">
<tr> <tr>
<th>
#
</th>
<th> <th>
{{__("Title")}} {{__("Title")}}
</th> </th>
@ -49,6 +52,9 @@
</tr> </tr>
@foreach($attaches as $q) @foreach($attaches as $q)
<tr> <tr>
<td>
{{$q->id}}
</td>
<td> <td>
{{$q->title}} {{$q->title}}
</td> </td>

@ -9,11 +9,11 @@
@include('starter-kit::component.err') @include('starter-kit::component.err')
<form action="{{route('admin.cat.bulk')}}" method="post" class="bulk-action" > <form action="{{route('admin.cat.bulk')}}" method="post" class="bulk-action" >
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Image")}} {{__("Image")}}
@ -27,13 +27,15 @@
<th> <th>
{{__("Action")}} {{__("Action")}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach ($cats as $cat) @foreach ($cats as $cat)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$cat->id}}" class="m-2 chkbox"/>
{{$cat->id}} {{$cat->id}}
</td> </td>
<td> <td>
@ -60,6 +62,9 @@
</a> </a>
@endif @endif
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$cat->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>

@ -43,13 +43,13 @@
</div> </div>
</div> </div>
</form> </form>
<form action="{{route('admin.customer.bulk')}}" method="post" class="bulk-action" > <form action="{{route('admin.customer.bulk')}}" method="post" class="bulk-action mt-3" >
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Name")}} {{__("Name")}}
@ -62,8 +62,9 @@
</th> </th>
<th> <th>
{{__("Action")}} {{__("Action")}}
<a href="{{route('admin.customer.create')}}" class="btn btn-success float-start"><i </th>
class="fa fa-plus"></i></a> <th>
<input type="checkbox" class="chkall"/>
</th> </th>
</tr> </tr>
</thead> </thead>
@ -71,7 +72,6 @@
@foreach ($customers as $customer) @foreach ($customers as $customer)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$customer->id}}" class="m-2 chkbox"/>
{{$customer->id}} {{$customer->id}}
</td> </td>
<td> <td>
@ -85,15 +85,16 @@
</td> </td>
<td> <td>
<a href="{{route('admin.customer.edit',$customer->id)}}" class="btn btn-primary"> <a href="{{route('admin.customer.edit',$customer->id)}}" class="btn btn-primary">
<i class="fa fa-edit"></i> &nbsp; <i class="ri-edit-2-line"></i>
{{__("Edit")}}
</a> </a>
<a href="{{route('admin.customer.delete',$customer->id)}}" <a href="{{route('admin.customer.delete',$customer->id)}}"
class="btn btn-danger delete-confirm"> class="btn btn-danger delete-confirm">
<i class="fa fa-times"></i> &nbsp; <i class="ri-close-line"></i>
{{__("Delete")}}
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$customer->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
@ -103,5 +104,8 @@
<div class="text-center pt-3"> <div class="text-center pt-3">
{{$customers->appends(request()->input())->links()}} {{$customers->appends(request()->input())->links()}}
</div> </div>
<a class="btn-add" href="{{route('admin.customer.create')}}">
<i class="ri-add-line"></i>
</a>
</div> </div>
@endsection @endsection

@ -9,11 +9,11 @@
@include('starter-kit::component.err') @include('starter-kit::component.err')
<form action="{{route('admin.discount.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.discount.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Type")}} {{__("Type")}}
@ -29,8 +29,9 @@
</th> </th>
<th> <th>
{{__("Action")}} {{__("Action")}}
<a href="{{route('admin.discount.create')}}" class="btn btn-success float-start"><i </th>
class="fa fa-plus"></i></a> <th>
<input type="checkbox" class="chkall"/>
</th> </th>
</tr> </tr>
</thead> </thead>
@ -38,7 +39,6 @@
@foreach ($discounts as $n) @foreach ($discounts as $n)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
{{$n->id}} {{$n->id}}
</td> </td>
<td> <td>
@ -70,15 +70,16 @@
</td> </td>
<td> <td>
<a href="{{route('admin.discount.edit',$n->id)}}" class="btn btn-primary"> <a href="{{route('admin.discount.edit',$n->id)}}" class="btn btn-primary">
<i class="fa fa-edit"></i> &nbsp; <i class="ri-edit-2-line"></i>
{{__("Edit")}}
</a> </a>
<a href="{{route('admin.discount.delete',$n->id)}}" <a href="{{route('admin.discount.delete',$n->id)}}"
class="btn btn-danger delete-confirm"> class="btn btn-danger delete-confirm">
<i class="fa fa-times"></i> &nbsp; <i class="ri-close-line"></i>
{{__("Delete")}}
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
@ -89,4 +90,7 @@
{{$discounts->links()}} {{$discounts->links()}}
</div> </div>
</div> </div>
<a class="btn-add" href="{{route('admin.discount.create')}}">
<i class="ri-add-line"></i>
</a>
@endsection @endsection

@ -22,11 +22,11 @@
</div> </div>
<form action="{{route('admin.invoice.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.invoice.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Customer")}} {{__("Customer")}}
@ -51,13 +51,16 @@
{{-- <a href="{{route('admin.invoice.create')}}" class="btn btn-success float-start"><i--}} {{-- <a href="{{route('admin.invoice.create')}}" class="btn btn-success float-start"><i--}}
{{-- class="fa fa-plus"></i></a>--}} {{-- class="fa fa-plus"></i></a>--}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach ($invoices as $invoice) @foreach ($invoices as $invoice)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$invoice->id}}" class="m-2 chkbox"/> {{$invoice->id}}
</td> </td>
<td> <td>
{{$invoice->customer->name}} {{$invoice->customer->name}}
@ -86,22 +89,24 @@
</td> </td>
<td> <td>
<a href="{{route('admin.invoice.edit',$invoice->hash)}}" class="btn btn-primary"> <a href="{{route('admin.invoice.edit',$invoice->hash)}}" class="btn btn-primary">
<i class="fa fa-edit"></i> <i class="ri-edit-2-line"></i>
</a> </a>
<a href="{{route('admin.invoice.delete',$invoice->hash)}}" <a href="{{route('admin.invoice.delete',$invoice->hash)}}"
class="btn btn-danger delete-confirm"> class="btn btn-danger delete-confirm">
<i class="fa fa-times"></i> <i class="ri-close-line"></i>
</a> </a>
<a href="{{route('admin.invoice.show',$invoice->hash)}}" <a href="{{route('admin.invoice.show',$invoice->hash)}}"
class="btn btn-secondary"> class="btn btn-secondary">
<i class="fa fa-eye"></i> <i class="ri-eye-fill"></i>
</a> </a>
<a href="{{route('invoice.pdf',$invoice->hash)}}" <a href="{{route('invoice.pdf',$invoice->hash)}}"
class="btn btn-dark" target="_blank"> class="btn btn-dark" target="_blank">
<i class="fa fa-file-pdf"></i> <i class="ri-file-pdf-2-fill"></i>
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$invoice->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
@ -119,4 +124,7 @@
{{$invoices->links()}} {{$invoices->links()}}
</div> </div>
</div> </div>
<a class="btn-add" href="{{route('admin.invoice.create')}}">
<i class="ri-add-line"></i>
</a>
@endsection @endsection

@ -13,10 +13,9 @@
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Name")}} {{__("Name")}}
</th> </th>
<th> <th>
@ -29,13 +28,15 @@
{{__("Action")}} {{__("Action")}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach ($langs as $n) @foreach ($langs as $n)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
{{$n->id}} {{$n->id}}
</td> </td>
<td> <td>
@ -62,6 +63,9 @@
<i class="ri-close-line"></i> <i class="ri-close-line"></i>
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>

@ -34,11 +34,11 @@
</div> </div>
<form action="{{route('admin.product.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.product.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Image")}} {{__("Image")}}
@ -52,13 +52,15 @@
<th> <th>
{{__("Action")}} {{__("Action")}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach ($products as $n) @foreach ($products as $n)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
{{$n->id}} {{$n->id}}
</td> </td>
<td> <td>
@ -96,7 +98,9 @@
{{__("Restore")}} {{__("Restore")}}
</a> </a>
@endif @endif
</td>
<td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
</td> </td>
</tr> </tr>
@endforeach @endforeach

@ -7,7 +7,7 @@
</h5> </h5>
<div class="table-responsive"> <div class="table-responsive">
<table class="table"> <table class="table table-striped table-bordered text-center">
<thead> <thead>
<tr> <tr>
<th>#</th> <th>#</th>
@ -45,7 +45,7 @@
<div class="btn-group" <div class="btn-group"
role="group"> role="group">
<a title="Edit" <a title="Edit"
class="btn btn-secondary ad-accept-btn" class="btn btn-primary ad-accept-btn"
href="{{route('admin.props.edit',$p->id)}}"> href="{{route('admin.props.edit',$p->id)}}">
<i class="ri-edit-2-line"></i> <i class="ri-edit-2-line"></i>
</a> </a>

@ -5,8 +5,11 @@
@endsection @endsection
@section('content') @section('content')
@include('starter-kit::component.err') @include('starter-kit::component.err')
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered text-center">
<tr> <tr>
<th>
#
</th>
<th> <th>
{{__("Question / Answer")}} {{__("Question / Answer")}}
</th> </th>
@ -19,6 +22,9 @@
</tr> </tr>
@foreach($qs as $q) @foreach($qs as $q)
<tr> <tr>
<td>
{{$q->id}}
</td>
<td> <td>
{{$q->body}} {{$q->body}}
<hr> <hr>

@ -22,11 +22,11 @@
</div> </div>
<form action="{{route('admin.ticket.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.ticket.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Title")}} {{__("Title")}}
@ -42,13 +42,16 @@
{{-- <a href="{{route('admin.invoice.create')}}" class="btn btn-success float-start"><i--}} {{-- <a href="{{route('admin.invoice.create')}}" class="btn btn-success float-start"><i--}}
{{-- class="fa fa-plus"></i></a>--}} {{-- class="fa fa-plus"></i></a>--}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach ($tickets as $ticket) @foreach ($tickets as $ticket)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$ticket->id}}" class="m-2 chkbox"/> {{$ticket->id}}
</td> </td>
<td> <td>
{{$ticket->title}} {{$ticket->title}}
@ -63,15 +66,16 @@
</td> </td>
<td> <td>
<a href="{{route('admin.ticket.edit',$ticket->id)}}" class="btn btn-primary"> <a href="{{route('admin.ticket.edit',$ticket->id)}}" class="btn btn-primary">
<i class="fa fa-edit"></i> &nbsp; <i class="ri-edit-2-line"></i>
{{__("Edit")}} / {{__("Answer")}}
</a> </a>
<a href="{{route('admin.ticket.delete',$ticket->id)}}" <a href="{{route('admin.ticket.delete',$ticket->id)}}"
class="btn btn-danger delete-confirm"> class="btn btn-danger delete-confirm">
<i class="fa fa-times"></i> &nbsp; <i class="ri-close-line"></i>
{{__("Delete")}}
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$ticket->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>

@ -10,11 +10,11 @@
@include('starter-kit::component.err') @include('starter-kit::component.err')
<form action="{{route('admin.transport.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.transport.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Title")}} {{__("Title")}}
@ -24,8 +24,9 @@
</th> </th>
<th> <th>
{{__("Action")}} {{__("Action")}}
<a href="{{route('admin.transport.create')}}" class="btn btn-success float-start"><i </th>
class="fa fa-plus"></i></a> <th>
<input type="checkbox" class="chkall"/>
</th> </th>
</tr> </tr>
</thead> </thead>
@ -33,7 +34,6 @@
@foreach ($transports as $n) @foreach ($transports as $n)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
{{$n->id}} {{$n->id}}
</td> </td>
<td> <td>
@ -44,15 +44,16 @@
</td> </td>
<td> <td>
<a href="{{route('admin.transport.edit',$n->id)}}" class="btn btn-primary"> <a href="{{route('admin.transport.edit',$n->id)}}" class="btn btn-primary">
<i class="fa fa-edit"></i> &nbsp; <i class="ri-edit-2-line"></i>
{{__("Edit")}}
</a> </a>
<a href="{{route('admin.transport.delete',$n->id)}}" <a href="{{route('admin.transport.delete',$n->id)}}"
class="btn btn-danger delete-confirm"> class="btn btn-danger delete-confirm">
<i class="fa fa-times"></i> &nbsp; <i class="ri-close-line"></i>
{{__("Delete")}}
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
@ -62,5 +63,8 @@
<div class="text-center pt-3"> <div class="text-center pt-3">
{{$transports->links()}} {{$transports->links()}}
</div> </div>
<a class="btn-add" href="{{route('admin.transport.create')}}">
<i class="ri-add-line"></i>
</a>
</div> </div>
@endsection @endsection

@ -7,9 +7,12 @@
<div class="container"> <div class="container">
@include('starter-kit::component.err') @include('starter-kit::component.err')
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th>
#
</th>
<th> <th>
{{__("User")}} {{__("User")}}
</th> </th>
@ -27,6 +30,9 @@
<tbody> <tbody>
@foreach ($logs as $log) @foreach ($logs as $log)
<tr> <tr>
<td>
{{$log->id}}
</td>
<td> <td>
{{$log->user->name}} {{$log->user->name}}
</td> </td>

@ -7,9 +7,6 @@
<div class="container"> <div class="container">
<h1> <h1>
{{__("Advertise list")}} {{__("Advertise list")}}
<a href="{{route('admin.adv.create')}}" class="btn btn-success float-start">
{{__("New Advertise")}}
</a>
</h1> </h1>
@include('starter-kit::component.err') @include('starter-kit::component.err')
<div class="alert alert-dark"> <div class="alert alert-dark">
@ -29,11 +26,11 @@
<form action="{{route('admin.adv.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.adv.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Title")}} {{__("Title")}}
@ -52,8 +49,9 @@
</th> </th>
<th> <th>
{{__("Action")}} {{__("Action")}}
<a href="{{route('admin.adv.create')}}" class="btn btn-success float-start"><i </th>
class="fa fa-plus"></i></a> <th>
<input type="checkbox" class="chkall"/>
</th> </th>
</tr> </tr>
</thead> </thead>
@ -61,7 +59,6 @@
@foreach($advs as $pl) @foreach($advs as $pl)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$pl->id}}" class="m-2 chkbox"/>
{{$pl->id}} {{$pl->id}}
</td> </td>
<td> <td>
@ -81,12 +78,15 @@
</td> </td>
<td> <td>
<a href="{{route('admin.adv.edit',$pl->id)}}" class="btn btn-secondary"> <a href="{{route('admin.adv.edit',$pl->id)}}" class="btn btn-secondary">
{{__("Edit")}} <i class="ri-edit-2-line"></i>
</a> </a>
<a href="{{route('admin.adv.delete',$pl->id)}}" class="btn btn-danger del-conf"> <a href="{{route('admin.adv.delete',$pl->id)}}" class="btn btn-danger del-conf">
{{__("Delete")}} <i class="ri-close-line"></i>
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$pl->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
@ -96,4 +96,7 @@
<br> <br>
{{$advs->links()}} {{$advs->links()}}
</div> </div>
<a class="btn-add" href="{{route('admin.adv.create')}}">
<i class="ri-add-line"></i>
</a>
@endsection @endsection

@ -9,11 +9,11 @@
@include('starter-kit::component.err') @include('starter-kit::component.err')
<form action="{{route('admin.category.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.category.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Name")}} {{__("Name")}}
@ -24,13 +24,15 @@
<th> <th>
{{__("Action")}} {{__("Action")}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach ($cats as $cat) @foreach ($cats as $cat)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$cat->id}}" class="m-2 chkbox"/>
{{$cat->id}} {{$cat->id}}
</td> </td>
<td> <td>
@ -54,6 +56,9 @@
</a> </a>
@endif @endif
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$cat->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>

@ -7,9 +7,6 @@
<div class="container"> <div class="container">
<h1> <h1>
{{__("Clip list")}} {{__("Clip list")}}
<a href="{{route('admin.clip.create')}}" class="btn btn-success float-start">
{{__("New Clip")}}
</a>
</h1> </h1>
@include('starter-kit::component.err') @include('starter-kit::component.err')
<div class="alert alert-dark"> <div class="alert alert-dark">
@ -29,11 +26,11 @@
<form action="{{route('admin.clip.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.clip.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Title")}} {{__("Title")}}
@ -47,13 +44,15 @@
<th> <th>
{{__("Action")}} {{__("Action")}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach($clips as $pl) @foreach($clips as $pl)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$pl->id}}" class="m-2 chkbox"/>
{{$pl->id}} {{$pl->id}}
</td> </td>
<td> <td>
@ -79,6 +78,9 @@
</a> </a>
@endif @endif
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$pl->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>

@ -26,11 +26,11 @@
</div> </div>
<form action="{{route('admin.comment.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.comment.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("name / email")}} {{__("name / email")}}
@ -43,8 +43,9 @@
</th> </th>
<th colspan="2"> <th colspan="2">
{{__("Action")}} {{__("Action")}}
<a href="{{route('admin.post.create')}}" class="btn btn-success float-start"><i </th>
class="fa fa-plus"></i></a> <th>
<input type="checkbox" class="chkall"/>
</th> </th>
</tr> </tr>
</thead> </thead>
@ -52,7 +53,6 @@
@foreach ($comments as $c) @foreach ($comments as $c)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$c->id}}" class="m-2 chkbox"/>
{{$c->id}} {{$c->id}}
</td> </td>
<td> <td>
@ -99,6 +99,9 @@
<i class="fa fa-times"></i> <i class="fa fa-times"></i>
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$c->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
@ -109,4 +112,7 @@
{{$comments->links()}} {{$comments->links()}}
</div> </div>
</div> </div>
<a class="btn-add" href="{{route('admin.post.create')}}">
<i class="ri-add-line"></i>
</a>
@endsection @endsection

@ -23,11 +23,11 @@
</div> </div>
<form action="{{route('admin.gallery.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.gallery.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Image")}} {{__("Image")}}
@ -41,13 +41,15 @@
<th> <th>
{{__("Action")}} {{__("Action")}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach ($galleries as $n) @foreach ($galleries as $n)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
{{$n->id}} {{$n->id}}
</td> </td>
<td> <td>
@ -76,6 +78,9 @@
</a> </a>
@endif @endif
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>

@ -10,11 +10,11 @@
</h1> </h1>
@include('starter-kit::component.err') @include('starter-kit::component.err')
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
- #
</th> </th>
<th> <th>
{{__("Name")}} {{__("Name")}}
@ -34,11 +34,11 @@
{{$menu->name}} {{$menu->name}}
</td> </td>
<td> <td>
<a href="{{route('admin.menu.manage',$menu->id)}}" class="btn btn-secondary"> <a href="{{route('admin.menu.manage',$menu->id)}}" class="btn btn-primary">
{{__("Manage")}} <i class="ri-edit-2-fill"></i>
</a> </a>
<a href="{{route('admin.menu.delete',$menu->id)}}" class="btn btn-danger del-conf"> <a href="{{route('admin.menu.delete',$menu->id)}}" class="btn btn-danger del-conf">
{{__("Delete")}} <i class="ri-close-line"></i>
</a> </a>
</td> </td>
</tr> </tr>

@ -7,9 +7,6 @@
<div class="container"> <div class="container">
<h1> <h1>
{{__("Poll list")}} {{__("Poll list")}}
<a href="{{route('admin.poll.create')}}" class="btn btn-success float-start">
{{__("New Poll")}}
</a>
</h1> </h1>
@include('starter-kit::component.err') @include('starter-kit::component.err')
<div class="alert alert-dark"> <div class="alert alert-dark">
@ -29,11 +26,11 @@
<form action="{{route('admin.poll.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.poll.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Title")}} {{__("Title")}}
@ -46,8 +43,9 @@
</th> </th>
<th> <th>
{{__("Action")}} {{__("Action")}}
<a href="{{route('admin.poll.create')}}" class="btn btn-success float-start"><i </th>
class="fa fa-plus"></i></a> <th>
<input type="checkbox" class="chkall"/>
</th> </th>
</tr> </tr>
</thead> </thead>
@ -55,7 +53,6 @@
@foreach($polls as $pl) @foreach($polls as $pl)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$pl->id}}" class="m-2 chkbox"/>
{{$pl->id}} {{$pl->id}}
</td> </td>
<td> <td>
@ -69,12 +66,15 @@
</td> </td>
<td> <td>
<a href="{{route('admin.poll.edit',$pl->slug)}}" class="btn btn-secondary"> <a href="{{route('admin.poll.edit',$pl->slug)}}" class="btn btn-secondary">
{{__("Edit")}} <i class="ri-edit-2-fill"></i>
</a> </a>
<a href="{{route('admin.poll.delete',$pl->slug)}}" class="btn btn-danger del-conf"> <a href="{{route('admin.poll.delete',$pl->slug)}}" class="btn btn-danger del-conf">
{{__("Delete")}} <i class="ri-close-line"></i>
</a> </a>
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$pl->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
@ -84,4 +84,7 @@
<br> <br>
{{$polls->links()}} {{$polls->links()}}
</div> </div>
<a class="btn-add" href="{{route('admin.poll.create')}}">
<i class="ri-add-line"></i>
</a>
@endsection @endsection

@ -23,11 +23,11 @@
</div> </div>
<form action="{{route('admin.post.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.post.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Image")}} {{__("Image")}}
@ -41,13 +41,15 @@
<th> <th>
{{__("Action")}} {{__("Action")}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach ($posts as $n) @foreach ($posts as $n)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
{{$n->id}} {{$n->id}}
</td> </td>
<td> <td>
@ -76,6 +78,9 @@
</a> </a>
@endif @endif
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$n->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>

@ -27,11 +27,11 @@
<form action="{{route('admin.slider.bulk')}}" method="post" class="bulk-action"> <form action="{{route('admin.slider.bulk')}}" method="post" class="bulk-action">
@csrf @csrf
<table class="table table-striped table-bordered "> <table class="table table-striped table-bordered text-center">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>
<th> <th>
<input type="checkbox" class="chkall"/> #
</th> </th>
<th> <th>
{{__("Image")}} {{__("Image")}}
@ -42,13 +42,15 @@
<th> <th>
{{__("Action")}} {{__("Action")}}
</th> </th>
<th>
<input type="checkbox" class="chkall"/>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach($sliders as $pl) @foreach($sliders as $pl)
<tr> <tr>
<td> <td>
<input type="checkbox" name="id[]" value="{{$pl->id}}" class="m-2 chkbox"/>
{{$pl->id}} {{$pl->id}}
</td> </td>
<td> <td>
@ -71,6 +73,9 @@
</a> </a>
@endif @endif
</td> </td>
<td>
<input type="checkbox" name="id[]" value="{{$pl->id}}" class="m-2 chkbox"/>
</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>

@ -7,15 +7,12 @@
<div class="container"> <div class="container">
<h1> <h1>
{{__("User list")}} {{__("User list")}}
<a href="{{route('admin.user.create')}}" class="btn btn-success float-start">
{{__("New user")}}
</a>
</h1> </h1>
@include('starter-kit::component.err') @include('starter-kit::component.err')
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped text-center">
<tr> <tr>
<th> <th>
{{__("id")}} #
</th> </th>
<th> <th>
{{__("Username")}} {{__("Username")}}
@ -45,14 +42,14 @@
{{$user->mobile}} {{$user->mobile}}
</td> </td>
<td> <td>
<a href="{{route('admin.user.edit',$user->id)}}" class="btn btn-secondary"> <a href="{{route('admin.user.edit',$user->id)}}" class="btn btn-primary">
{{__("Edit")}} <i class="ri-edit-2-fill"></i>
</a> </a>
<a href="{{route('admin.user.delete',$user->id)}}" class="btn btn-danger del-conf"> <a href="{{route('admin.user.delete',$user->id)}}" class="btn btn-danger del-conf">
{{__("Delete")}} <i class="ri-close-line"></i>
</a> </a>
<a href="{{route('admin.logs.user',$user->id)}}" class="btn btn-dark"> <a href="{{route('admin.logs.user',$user->id)}}" class="btn btn-dark">
{{__("Logs")}} <i class="ri-news-line"></i>
</a> </a>
</td> </td>
</tr> </tr>
@ -60,4 +57,7 @@
</table> </table>
{{$users->links()}} {{$users->links()}}
</div> </div>
<a class="btn-add" href="{{route('admin.user.create')}}">
<i class="ri-add-line"></i>
</a>
@endsection @endsection

@ -2,13 +2,13 @@
<ul> <ul>
<li> <li>
<a href="{{ url('/') }}"> <a href="{{ url('/') }}">
<i class="fa fa-atom"></i> <i class="ri-command-fill"></i>&nbsp;
{{ config('app.name', 'Laravel') }} {{ config('app.name', 'Laravel') }}
</a> </a>
</li> </li>
<li id="catalog" class="main-nav"> <li id="catalog" class="main-nav">
<a> <a>
<i class="fab fa-apple"></i> <i class="ri-apple-fill"></i>
&nbsp; &nbsp;
{{__("Catalog")}} {{__("Catalog")}}
</a> </a>
@ -16,7 +16,7 @@
@if(auth()->user()->hasAnyAccess('product')) @if(auth()->user()->hasAnyAccess('product'))
<li id="product-li"> <li id="product-li">
<a> <a>
<i class="fa fa-gem"></i> <i class="ri-vip-diamond-fill"></i>&nbsp;
{{__('Products')}} {{__('Products')}}
</a> </a>
<ul> <ul>
@ -36,7 +36,7 @@
@if(auth()->user()->hasAnyAccess('invoice')) @if(auth()->user()->hasAnyAccess('invoice'))
<li id="invoices-li"> <li id="invoices-li">
<a> <a>
<i class="fa fa-file-invoice"></i> <i class="ri-file-list-3-fill"></i>&nbsp;
{{__('Invoices')}} {{__('Invoices')}}
</a> </a>
<ul> <ul>
@ -56,7 +56,7 @@
@if(auth()->user()->hasAnyAccess('customer')) @if(auth()->user()->hasAnyAccess('customer'))
<li> <li>
<a> <a>
<i class="fa fa-users"></i> <i class="ri-team-fill"></i>&nbsp;
{{__('Customers')}} {{__('Customers')}}
</a> </a>
<ul> <ul>
@ -76,7 +76,7 @@
@if(auth()->user()->hasAnyAccess('discount')) @if(auth()->user()->hasAnyAccess('discount'))
<li id="discount-li"> <li id="discount-li">
<a> <a>
<i class="fa fa-percent"></i> <i class="ri-percent-fill"></i>&nbsp;
{{__('Discounts')}} {{__('Discounts')}}
</a> </a>
<ul> <ul>
@ -96,7 +96,7 @@
@if(auth()->user()->hasAnyAccess('question')) @if(auth()->user()->hasAnyAccess('question'))
<li id="questions-li"> <li id="questions-li">
<a href="{{route('admin.question.index')}}"> <a href="{{route('admin.question.index')}}">
<i class="fa fa-question"></i> <i class="ri-question-mark"></i>&nbsp;
{{__('Questions')}} {{__('Questions')}}
</a> </a>
</li> </li>
@ -104,7 +104,7 @@
@if(auth()->user()->hasAnyAccess('ticket')) @if(auth()->user()->hasAnyAccess('ticket'))
<li id="tickets-li"> <li id="tickets-li">
<a href="{{route('admin.ticket.index')}}"> <a href="{{route('admin.ticket.index')}}">
<i class="fa fa-envelope"></i> <i class="ri-mail-fill"></i>&nbsp;
{{__('Tickets')}} {{__('Tickets')}}
</a> </a>
</li> </li>
@ -112,7 +112,7 @@
@if(auth()->user()->hasAnyAccess('cat')) @if(auth()->user()->hasAnyAccess('cat'))
<li> <li>
<a> <a>
<i class="fa fa-cubes"></i> <i class="ri-box-3-fill"></i>&nbsp;
{{__('Product categories')}} {{__('Product categories')}}
</a> </a>
<ul> <ul>
@ -138,7 +138,7 @@
<li> <li>
<a> <a>
<i class="fa fa-truck"></i> <i class="ri-truck-fill"></i>&nbsp;
{{__('Transports')}} {{__('Transports')}}
</a> </a>
<ul> <ul>
@ -158,7 +158,7 @@
@if(auth()->user()->hasAnyAccess('props')) @if(auth()->user()->hasAnyAccess('props'))
<li> <li>
<a> <a>
<i class="fa fa-project-diagram"></i> <i class="ri-file-list-3-fill"></i>&nbsp;
{{__("Properties meta")}} {{__("Properties meta")}}
</a> </a>
<ul> <ul>
@ -182,7 +182,7 @@
<li id="cms" class="main-nav"> <li id="cms" class="main-nav">
<a> <a>
<i class="fab fa-internet-explorer"></i> <i class="ri-ie-fill"></i>&nbsp;
&nbsp; &nbsp;
{{__("Website contents")}} {{__("Website contents")}}
</a> </a>
@ -190,7 +190,7 @@
@if(auth()->user()->hasAnyAccess('post')) @if(auth()->user()->hasAnyAccess('post'))
<li id="posts-li"> <li id="posts-li">
<a> <a>
<i class="fa fa-bullhorn"></i> <i class="ri-megaphone-fill"></i>&nbsp;
{{__('Post')}} {{__('Post')}}
</a> </a>
<ul> <ul>
@ -210,7 +210,7 @@
@if(auth()->user()->hasAnyAccess('category')) @if(auth()->user()->hasAnyAccess('category'))
<li> <li>
<a> <a>
<i class="fa fa-book"></i> <i class="ri-book-3-fill"></i>&nbsp;
{{__('Categories')}} {{__('Categories')}}
</a> </a>
<ul> <ul>
@ -239,7 +239,7 @@
<li> <li>
<a> <a>
<i class="fa fa-images"></i> <i class="ri-gallery-fill"></i>&nbsp;
{{__("Galleries")}} {{__("Galleries")}}
</a> </a>
<ul> <ul>
@ -262,7 +262,7 @@
@if(auth()->user()->hasAnyAccess('clip')) @if(auth()->user()->hasAnyAccess('clip'))
<li> <li>
<a> <a>
<i class="fa fa-file-video"></i> <i class="ri-video-fill"></i>&nbsp;
{{__("Video clips")}} {{__("Video clips")}}
</a> </a>
<ul> <ul>
@ -283,7 +283,7 @@
@if(auth()->user()->hasAnyAccess('adv')) @if(auth()->user()->hasAnyAccess('adv'))
<li> <li>
<a> <a>
<i class="fa fa-atom"></i> <i class="ri-threads-line"></i>&nbsp;
{{__("Advertise")}} {{__("Advertise")}}
</a> </a>
<ul> <ul>
@ -304,7 +304,7 @@
@if(auth()->user()->hasAnyAccess('menu')) @if(auth()->user()->hasAnyAccess('menu'))
<li> <li>
<a href="{{route('admin.menu.index')}}"> <a href="{{route('admin.menu.index')}}">
<i class="fa fa-list-alt"></i> <i class="ri-list-check"></i>&nbsp;
{{__("Menus")}} {{__("Menus")}}
</a> </a>
</li> </li>
@ -312,7 +312,7 @@
@if(auth()->user()->hasAnyAccess('props')) @if(auth()->user()->hasAnyAccess('props'))
<li> <li>
<a> <a>
<i class="fa fa-file-image"></i> <i class="ri-image-fill"></i>&nbsp;
{{__("Slider")}} {{__("Slider")}}
</a> </a>
<ul> <ul>
@ -333,7 +333,7 @@
@if(auth()->user()->hasAnyAccess('poll')) @if(auth()->user()->hasAnyAccess('poll'))
<li> <li>
<a> <a>
<i class="fa fa-vote-yea"></i> <i class="ri-chat-poll-fill"></i>&nbsp;
{{__("Poll")}} {{__("Poll")}}
</a> </a>
<ul> <ul>
@ -357,7 +357,7 @@
@if(auth()->user()->hasAnyAccess('comment')) @if(auth()->user()->hasAnyAccess('comment'))
<li> <li>
<a href="{{route('admin.comment.index')}}"> <a href="{{route('admin.comment.index')}}">
<i class="fa fa-comments"></i> <i class="ri-chat-1-fill"></i>&nbsp;
{{__('Comments')}} {{__('Comments')}}
</a> </a>
</li> </li>
@ -365,7 +365,7 @@
@if(auth()->user()->hasAnyAccess('setting')) @if(auth()->user()->hasAnyAccess('setting'))
<li> <li>
<a href="{{route('admin.setting.index')}}"> <a href="{{route('admin.setting.index')}}">
<i class="fa fa-cogs"></i> <i class="ri-tools-fill"></i>&nbsp;
{{__("Setting")}} {{__("Setting")}}
</a> </a>
</li> </li>
@ -373,7 +373,7 @@
@if(auth()->user()->hasAnyAccess('attachment')) @if(auth()->user()->hasAnyAccess('attachment'))
<li> <li>
<a href="{{route('admin.attachment.index')}}"> <a href="{{route('admin.attachment.index')}}">
<i class="fa fa-paperclip"></i> <i class="ri-attachment-2"></i>&nbsp;
{{__("Attachments")}} {{__("Attachments")}}
</a> </a>
</li> </li>
@ -381,7 +381,7 @@
@if(auth()->user()->hasAnyAccess('contact')) @if(auth()->user()->hasAnyAccess('contact'))
<li> <li>
<a href="{{route('admin.contact.index')}}"> <a href="{{route('admin.contact.index')}}">
<i class="fa fa-envelope"></i> <i class="ri-mail-unread-fill"></i>&nbsp;
{{__("Contact us")}} {{__("Contact us")}}
</a> </a>
</li> </li>
@ -389,7 +389,7 @@
@if(auth()->user()->hasAnyAccess('logs')) @if(auth()->user()->hasAnyAccess('logs'))
<li> <li>
<a href="{{route('admin.logs.index')}}"> <a href="{{route('admin.logs.index')}}">
<i class="fa fa-list-alt"></i> <i class="ri-list-check-3"></i>&nbsp;
{{__('Logs')}} {{__('Logs')}}
</a> </a>
</li> </li>
@ -397,7 +397,7 @@
@if(auth()->user()->hasRole('super-admin')) @if(auth()->user()->hasRole('super-admin'))
<li> <li>
<a> <a>
<i class="fa fa-users"></i> <i class="ri-folder-user-fill"></i>&nbsp;
{{__("Users")}} {{__("Users")}}
</a> </a>
<ul> <ul>
@ -419,7 +419,7 @@
@if(config('app.xlang')) @if(config('app.xlang'))
<li> <li>
<a> <a>
<i class="fa fa-language"></i> <i class="ri-global-fill"></i>&nbsp;
{{__("Languages")}} {{__("Languages")}}
</a> </a>
<ul> <ul>
@ -461,7 +461,7 @@
<a class="dropdown-item" href="{{ route('logout') }}" <a class="dropdown-item" href="{{ route('logout') }}"
onclick="event.preventDefault(); onclick="event.preventDefault();
document.getElementById('logout-form').submit();"> document.getElementById('logout-form').submit();">
<i class="fa fas fa-sign-out-alt"></i> <i class="ri-logout-circle-r-fill"></i>&nbsp;
{{ __('Logout') }} {{ __('Logout') }}
</a> </a>

Loading…
Cancel
Save