'Vehicle', 'names' => 'Vehicles', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Vehicles', 'sub' => 'Vehicles' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'VIN' => 'Enter VIN*', 'gross_weight' => 'Gross Weight* ', 'agricultural' => '', 'vehicle_type' => '', 'vehicle_category' => '', 'user_id' => '', 'slug' => '', ], /** * Labels for inputs. */ 'label' => [ 'VIN' => 'VIN', 'gross_weight' => 'Gross Weight', 'agricultural' => 'Agricultural', 'vehicle_type' => 'Vehicle Type', 'vehicle_category' => 'Vehicle Category', 'user_id' => 'User', 'slug' => '', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];