Refactor navigation icon declarations in various resources for consistency; enhance Group model with new relationships and fillable properties; update Hotel and Pilgrim models with fillable attributes; improve table configurations across resources.
This commit is contained in:
@@ -27,7 +27,7 @@ class RoomForm
|
||||
->required()
|
||||
->numeric()
|
||||
->default(1),
|
||||
|
||||
|
||||
Forms\Components\Checkbox::make('wide')
|
||||
->default(false)
|
||||
->required(),
|
||||
|
||||
Reference in New Issue
Block a user