'Apps', 'names' => 'Apps', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Apps', 'sub' => 'Apps' ], /** * 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' => [], 'category' => [], 'authentication' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'type' => 'Please select type', 'email' => 'Please enter email', 'namespace' => 'Please enter namespace', 'category' => 'Please select category', 'unique_id' => 'Please enter unique id', 'secret_key' => 'Please enter secret key', 'logo' => '', 'domains' => 'Please enter domains', 'privacy_policy_url' => 'Please enter privacy policy url', 'terms_service_url' => 'Please enter terms service url', 'authentication' => 'Please select authentication', 'restriction' => 'Please enter restriction', 'domain_manager' => 'Please enter domain manager', 'officer_name' => 'Please enter officer name', 'officer_email' => 'Please enter officer email', 'street' => 'Please enter street', 'city' => 'Please enter city', 'state' => 'Please enter state', 'postal_code' => 'Please enter postal code', 'country' => 'Please enter country', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'type' => 'Type', 'email' => 'Email', 'namespace' => 'Namespace', 'category' => 'Category', 'unique_id' => 'Unique id', 'secret_key' => 'Secret key', 'logo' => '', 'domains' => 'Domains', 'privacy_policy_url' => 'Privacy policy url', 'terms_service_url' => 'Terms service url', 'authentication' => 'Authentication', 'restriction' => 'Restriction', 'domain_manager' => 'Domain manager', 'officer_name' => 'Officer name', 'officer_email' => 'Officer email', 'street' => 'Street', 'city' => 'City', 'state' => 'State', 'postal_code' => 'Postal code', 'country' => 'Country', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];