resource setup
This commit is contained in:
@ -22,7 +22,18 @@ class VehicleOwnerRelationManager extends RelationManager
|
||||
->schema([
|
||||
Forms\Components\Select::make('bidder_assigned_number')
|
||||
->label('Number')
|
||||
->required(),
|
||||
->required()
|
||||
->createOptionForm([
|
||||
Forms\Components\TextInput::make('bidder_fname')->label('First Name'),
|
||||
Forms\Components\TextInput::make('bidder_lname')->label('Last Name'),
|
||||
Forms\Components\TextInput::make('bidder_addr')->label('Address'),
|
||||
Forms\Components\TextInput::make('bidder_city')->label('City'),
|
||||
Forms\Components\TextInput::make('bidder_state')->label('State'),
|
||||
Forms\Components\TextInput::make('bidder_zip')->label('Zip'),
|
||||
Forms\Components\TextInput::make('bidder_phone')->label('Phone Number'),
|
||||
Forms\Components\TextInput::make('bidder_email')->label('Email'),
|
||||
Forms\Components\TextInput::make('bidder_assigned_number')->label('Assigned Number'),
|
||||
]),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user