diff --git a/database/seeders/AdminSeeder.php b/database/seeders/AdminSeeder.php index 97640e5..f1e2b67 100644 --- a/database/seeders/AdminSeeder.php +++ b/database/seeders/AdminSeeder.php @@ -14,7 +14,7 @@ public function run(): void { $admin = Admin::factory()->create([ 'email' => 'admin@admin.com', - 'password' => Hash::make('password'), + 'password' => Hash::make('12345678'), ]); } diff --git a/database/seeders/ContactSeeder.php b/database/seeders/ContactSeeder.php new file mode 100644 index 0000000..d3aa468 --- /dev/null +++ b/database/seeders/ContactSeeder.php @@ -0,0 +1,36 @@ + '/images/contact/contact_473c7e88-37ea-4f32-8549-141e5b0306e6.png', + 'title' => 'CONTACT', + 'sub_title' => 'CONTACT US TODAY!', + 'description' => 'Misbar is a pioneer in software development. It provides high-quality consulting and software solutions to educational institutions...', + 'direction' => 1, + 'is_have_button' => 1, + ], + [ + 'image' => '/images/contact/contact_6aeee044-2adf-4075-ae22-bc054cf42b53.png', + 'title' => 'Misbar', + 'sub_title' => 'WHAT CONCERNS US', + 'description' => 'There are a number of topics and terms related to our service portfolio that concern us. We look forward to discovering interesting things for you in our subject areas...', + 'direction' => 0, + 'is_have_button' => 0, + ] + ]); + } +} diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php index 56f86df..a5b577c 100644 --- a/database/seeders/DatabaseSeeder.php +++ b/database/seeders/DatabaseSeeder.php @@ -16,6 +16,12 @@ class DatabaseSeeder extends Seeder public function run() { $this->call([AdminSeeder::class]); - + $this->call([StaticInfoSeeder::class]); + $this->call([ProjectSeeder::class]); + $this->call([ContactSeeder::class]); + $this->call([RecentWorksSedder::class]); + $this->call([ServiceSeeder::class]); + $this->call([SocialMediaSeeder::class]); + $this->call([WorksSeeder::class]); } } diff --git a/database/seeders/ProjectSeeder.php b/database/seeders/ProjectSeeder.php new file mode 100644 index 0000000..61e40b1 --- /dev/null +++ b/database/seeders/ProjectSeeder.php @@ -0,0 +1,69 @@ + '/images/projects/projects_1a1b6614-72a0-4fec-9512-f9a6e1398ba7.png', + 'hover_image' => '/images/projects/projects_d0428c2b-fabb-4174-8291-9aa7f70dda70.png', + 'video' => '/images/projects/projects_a0624537-369b-4a76-97f5-114596f0394f.png', + 'title' => 'School App', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/projects/projects_bfbef439-b12c-4a39-80bc-5fde909a23dc.png', + 'hover_image' => '/images/projects/projects_f7bd1cf7-fde2-4769-9aad-a1d29b4fae67.png', + 'video' => '/images/projects/projects_d4efce00-89ff-4dca-8d11-79eaabacc68a.png', + 'title' => 'Sham Al-maarefa App', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/projects/projects_07e5e77f-5887-4ec7-84df-9eb13a525629.png', + 'hover_image' => '/images/projects/projects_e430dff1-64bc-4b04-9825-46d9ee7b090d.png', + 'video' => '/images/projects/projects_72d703b3-3932-4fe2-a4cb-c5abff9ed5b3.png', + 'title' => 'Education App', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/projects/projects_a26d2dea-bf0c-4070-b44f-280121301ee6.png', + 'hover_image' => '/images/projects/projects_8bb65d5b-8528-4030-b4db-3e0490d3045f.png', + 'video' => '/images/projects/projects_467caf44-05a1-4c9c-8232-702d92512c99.png', + 'title' => 'Education App', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/projects/projects_a493ff1b-3cf4-459e-8594-5f55a5e930ba.png', + 'hover_image' => '/images/projects/projects_bb9d9139-e51a-426b-9fcc-bfb1f68f7792.png', + 'video' => '/images/projects/projects_7cb5e99c-8ba2-408a-8889-47cb70f280c1.png', + 'title' => 'E-Learning App', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/projects/projects_4aa43dcb-76d0-4509-ac95-1c481e529917.png', + 'hover_image' => '/images/projects/projects_3c59b6c3-d4aa-4a29-86a7-a8007cf23f24.png', + 'video' => '/images/projects/projects_e97d0986-767a-4d86-b76f-c28b068f97b0.MP4', + 'title' => 'Pakistani School', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ] + ]); + } +} diff --git a/database/seeders/RecentWorksSedder.php b/database/seeders/RecentWorksSedder.php new file mode 100644 index 0000000..d48d454 --- /dev/null +++ b/database/seeders/RecentWorksSedder.php @@ -0,0 +1,36 @@ + '/images/recent_works/recent_works_be0f7b74-414d-45ab-a0e6-5e87465d4374.png', + 'title' => 'Sham Al-maarefa App', + 'description' => 'Get in touch with us if you want to optimize your controlling and accounting processes with system support! We would be happy to present our solution portfolio to you and support you as a partner in the design and implementation.', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/recent_works/recent_works_28df93e9-3078-46a6-aa42-b0e3c8ee4052.png', + 'title' => 'E-Learning App', + 'description' => 'Get in touch with us if you want to optimize your controlling and accounting processes with system support! We would be happy to present our solution portfolio to you and support you as a partner in the design and implementation.', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ] + ]); + } +} diff --git a/database/seeders/ServiceSeeder.php b/database/seeders/ServiceSeeder.php new file mode 100644 index 0000000..be5e40f --- /dev/null +++ b/database/seeders/ServiceSeeder.php @@ -0,0 +1,42 @@ + '/images/services/services_d31feddb-403d-4177-8874-7f1f925c3024.png', + 'title' => 'Mobile App Development', + 'description' => 'Design and develop mobile apps, with testing and deployment of apps on app stores such as Google Play and App Store.', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/services/services_349d417c-3db1-4905-a370-5feccaefac17.png', + 'title' => 'Custom Software Development', + 'description' => 'Scelerisque eget scelerisque lectus orci tempor orci turpis mauris. Cursus venenatis mattis aliquam sed tempus in suspendisse faucibus. Bibendum at sed senectus lectus nunc a. Est eget feugiat eget massa eget tellus tellus. Quis pharetra sed cursus ornare metus quis urna etiam convallis. Et dignissim ultrices at adipiscing at integer gravida.', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/services/services_0c6a128d-2af4-4d8f-9300-395309b36f0c.png', + 'title' => 'Improve business results', + 'description' => 'Improve work efficiency through the use of appropriate software.', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ] + ]); + } +} diff --git a/database/seeders/SocialMediaSeeder.php b/database/seeders/SocialMediaSeeder.php new file mode 100644 index 0000000..958e13c --- /dev/null +++ b/database/seeders/SocialMediaSeeder.php @@ -0,0 +1,42 @@ + '/images/social_media/social_media_2763e35b-64a3-4272-b20d-d9228a85d2c7.png', + 'link' => 'https://facebook.com', + 'is_active' => 1, + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/social_media/social_media_d36abbbd-a10c-4f18-b4ec-9eae6ebf6e10.png', + 'link' => 'https://instagram.com', + 'is_active' => 1, + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/social_media/social_media_8d782699-11ee-443b-a999-5b6d57875910.png', + 'link' => 'https://twitter.com', + 'is_active' => 1, + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ] + ]); + } +} diff --git a/database/seeders/StaticInfoSeeder.php b/database/seeders/StaticInfoSeeder.php new file mode 100644 index 0000000..39d5b45 --- /dev/null +++ b/database/seeders/StaticInfoSeeder.php @@ -0,0 +1,50 @@ + 'ABOUT US', + 'value' => 'Risus mattis cum imperdiet lorem tellus ut elementum. Lacinia natoque sem ut nisi pellentesque...', + 'value_type' => 'string', + ], + [ + 'key' => 'Terms & Conditions', + 'value' => 'Purus pharetra est ipsum etiam velit purus et. Eu duis orci viverra ultrices condimentum...', + 'value_type' => 'string', + ], + [ + 'key' => 'Privacy Policy', + 'value' => 'Purus pharetra est ipsum etiam velit purus et. Eu duis orci viverra ultrices condimentum...', + 'value_type' => 'string', + ], + [ + 'key' => 'Call Us :', + 'value' => '+963 683052004', + 'value_type' => 'string', + ], + [ + 'key' => 'Email Us :', + 'value' => 'Mesbar@gmail.com', + 'value_type' => 'string', + ], + [ + 'key' => 'logo', + 'value' => '/images/static_info/static_info_5dcc6149-3b41-4dcb-9b24-a0471984a1d9.png', + 'value_type' => 'image', + ] + ]); + } +} diff --git a/database/seeders/WorksSeeder.php b/database/seeders/WorksSeeder.php new file mode 100644 index 0000000..d486b21 --- /dev/null +++ b/database/seeders/WorksSeeder.php @@ -0,0 +1,51 @@ + '/images/works/works_749b72b8-d261-4a93-88aa-025c49f49301.png', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/works/works_fbefdde8-c17b-4eb7-b0a2-7b3923c94a37.png', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/works/works_75e07d40-5109-4030-8712-3ae148fe560d.png', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/works/works_37e2bb50-284f-4101-85fd-fd348142d02a.png', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/works/works_8037129c-4099-4be8-8ebb-8290d78a5b41.png', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + [ + 'image' => '/images/works/works_bee7e3aa-f22c-42f6-b0c9-8f0f82e5cbd5.png', + 'created_at' => Carbon::now(), + 'updated_at' => Carbon::now(), + ], + ]); + } +} diff --git a/public/images/projects/projects_0a03c40c-ee9a-48a8-b377-4fe8ec6c8131.png b/public/images/projects/projects_0a03c40c-ee9a-48a8-b377-4fe8ec6c8131.png new file mode 100644 index 0000000..850facd Binary files /dev/null and b/public/images/projects/projects_0a03c40c-ee9a-48a8-b377-4fe8ec6c8131.png differ diff --git a/public/images/projects/projects_6cfb0c60-13cf-4d9e-a4ae-6f8793f7ad85.mp4 b/public/images/projects/projects_6cfb0c60-13cf-4d9e-a4ae-6f8793f7ad85.mp4 new file mode 100644 index 0000000..345e102 Binary files /dev/null and b/public/images/projects/projects_6cfb0c60-13cf-4d9e-a4ae-6f8793f7ad85.mp4 differ diff --git a/public/images/projects/projects_82dc3d28-cc22-4ca3-8f5a-4384952129ba.png b/public/images/projects/projects_82dc3d28-cc22-4ca3-8f5a-4384952129ba.png new file mode 100644 index 0000000..6430663 Binary files /dev/null and b/public/images/projects/projects_82dc3d28-cc22-4ca3-8f5a-4384952129ba.png differ diff --git a/public/images/services/services_13a5c682-74c1-4b03-98a2-0ce86993c0fe.webp b/public/images/services/services_13a5c682-74c1-4b03-98a2-0ce86993c0fe.webp new file mode 100644 index 0000000..f97be21 Binary files /dev/null and b/public/images/services/services_13a5c682-74c1-4b03-98a2-0ce86993c0fe.webp differ diff --git a/public/images/social_media/social_media_d357210b-2f28-445e-87d2-36758deac49d.webp b/public/images/social_media/social_media_d357210b-2f28-445e-87d2-36758deac49d.webp new file mode 100644 index 0000000..ea47a71 Binary files /dev/null and b/public/images/social_media/social_media_d357210b-2f28-445e-87d2-36758deac49d.webp differ diff --git a/public/images/works/works_2c95aac8-274b-40b2-99e1-f9dfb92347bf.webp b/public/images/works/works_2c95aac8-274b-40b2-99e1-f9dfb92347bf.webp new file mode 100644 index 0000000..f97be21 Binary files /dev/null and b/public/images/works/works_2c95aac8-274b-40b2-99e1-f9dfb92347bf.webp differ diff --git a/public/images/works/works_b0c89dca-a979-4d63-9d0c-7c000a7e2ee5.webp b/public/images/works/works_b0c89dca-a979-4d63-9d0c-7c000a7e2ee5.webp new file mode 100644 index 0000000..ea47a71 Binary files /dev/null and b/public/images/works/works_b0c89dca-a979-4d63-9d0c-7c000a7e2ee5.webp differ