Enhance DatabaseSeeder and Home view functionality

- Updated DatabaseSeeder to check for existing admin user before creation.
- Modified Home view to include max-height for collection items and added filter functionality for product categories.
- Introduced JavaScript for dynamic filtering of product cards based on selected categories.
This commit is contained in:
Mekan1206
2026-06-04 22:43:51 +05:00
parent 57002c184c
commit 06d2999c74
4 changed files with 180 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
namespace App\Filament\Resources\Categories\Schemas;
use Filament\Forms\Components\Select;
use Filament\Forms\Components\TextInput;
use Filament\Schemas\Schema;