vehicle sort
This commit is contained in:
@ -33,8 +33,9 @@ class PeoplesChoiceResource extends Resource
|
||||
->schema([
|
||||
Select::make('vehicle')
|
||||
->label('Vehicle')
|
||||
->options(Vehicles::all()->pluck('owner', 'id')->sortBy('owner'))
|
||||
->searchable(),
|
||||
->options(Vehicles::all()->pluck('owner', 'id'))
|
||||
->searchable()
|
||||
->orderable('owner'),
|
||||
TextInput::make('pc_count'),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user