'Preference', 'names' => 'Preferences', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Preferences', 'sub' => 'Preferences' ], /** * 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' => [ 'id' => 'Please enter id', 'profile_id' => 'Please enter profile id', 'marital_status' => 'Please enter marital status', 'min_age' => 'Please enter min age', 'max_age' => 'Please enter max age', 'country_id' => 'Please enter country id', 'state_id' => 'Please enter state id', 'district_id' => 'Please enter district id', 'city_id' => 'Please enter city id', 'mothertongue' => 'Please enter mothertongue', 'religion' => 'Please enter religion', 'caste' => 'Please enter caste', 'subcaste' => 'Please enter subcaste', 'min_height' => 'Please enter min height', 'max_height' => 'Please enter max height', 'physical_status' => 'Please enter physical status', 'education' => 'Please enter education', 'employment_type' => 'Please enter employment type', 'occupation' => 'Please enter occupation', 'star' => 'Please enter star', 'raasi' => 'Please enter raasi', 'dosham' => 'Please enter dosham', 'food_habits' => 'Please enter food habits', 'smoking' => 'Please enter smoking', 'drinking' => 'Please enter drinking', 'created_at' => 'Please select created at', ')' => 'Please select )', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'profile_id' => 'Profile id', 'marital_status' => 'Marital status', 'min_age' => 'Min age', 'max_age' => 'Max age', 'country_id' => 'Country id', 'state_id' => 'State id', 'district_id' => 'District id', 'city_id' => 'City id', 'mothertongue' => 'Mothertongue', 'religion' => 'Religion', 'caste' => 'Caste', 'subcaste' => 'Subcaste', 'min_height' => 'Min height', 'max_height' => 'Max height', 'physical_status' => 'Physical status', 'education' => 'Education', 'employment_type' => 'Employment type', 'occupation' => 'Occupation', 'star' => 'Star', 'raasi' => 'Raasi', 'dosham' => 'Dosham', 'food_habits' => 'Food habits', 'smoking' => 'Smoking', 'drinking' => 'Drinking', 'created_at' => 'Created at', ')' => ')', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];