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:
@@ -11,7 +11,7 @@ class HotelForm
|
||||
return [
|
||||
Forms\Components\TextInput::make('name')
|
||||
->required(),
|
||||
|
||||
|
||||
Forms\Components\Select::make('city')
|
||||
->options([
|
||||
'Makkah' => 'Makkah',
|
||||
|
||||
Reference in New Issue
Block a user