'Consequence', 'names' => 'Consequences', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Consequences', 'sub' => 'Consequences' ], /** * 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' => [ 'type' => [ [ 'key' => 'Consequences', 'value' => 'Consequences', 'text' => 'Consequences', ], [ 'key' => 'Severity and Likelihood', 'value' => 'Severity and Likelihood', 'text' => 'Severity and Likelihood', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'condition_id' => 'Please enter condition id', 'type' => 'Please select type', 'name' => 'Please enter name', 'risk_rating' => 'Please enter risk rating', 'row_number' => 'Please enter row number', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'condition_id' => 'Condition id', 'type' => 'Type', 'name' => 'Name', 'risk_rating' => 'Risk rating', 'row_number' => 'Row number', 'user_id' => 'User id', 'user_type' => 'User type', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];