Enhance ManageSolutions and ManageSuccess forms: replace icon_class text input with a searchable select component in ManageSolutions, add file upload for success images in ManageSuccess, and update SuccessSettings to include success_image property. Adjust related database migrations and views for dynamic content display.
This commit is contained in:
@@ -13,6 +13,6 @@ class NewsTableSeeder extends Seeder
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
News::factory()->count(20)->create();
|
||||
News::factory()->count(12)->create();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user