Need help with DateTimePicker

I have this code in one of my resource inside employee panel:
<?php            
Forms\Components\DateTimePicker::make('check_in')
                ->label('Check-In')
                ->seconds(false)
                ->weekStartsOnMonday()
                ->required(),
?>

It does not allow me to select time and also show's different UI compared to the one I have for admin panel. In admin panel the same code works perfectly.
I have already done these steps:
1️⃣ Run php artisan filament:upgrade.

2️⃣ Recompile any frontend assets you may have.

3️⃣ Clear your browser cache.

4️⃣ Delete the /resources/views/vendor directory if it exists.

I need help please. Tried everything but nothing worked.
IMG_9294.jpeg
Was this page helpful?