category edit
This commit is contained in:
parent
2b735c9fbf
commit
2068289064
@ -29,7 +29,7 @@ class CarShowCategoryResource extends Resource
|
|||||||
return $form
|
return $form
|
||||||
->schema([
|
->schema([
|
||||||
TextInput::make('category_name'),
|
TextInput::make('category_name'),
|
||||||
Toggle::make('vehicle_category')->inline(false),
|
Toggle::make('vehicle_type')->inline(false)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user