'Contact', 'names' => 'Contacts', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Contacts', 'sub' => 'Contacts' ], /** * 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' => [ 'country' => [ [ 'key' => 255, 'value' => 255, 'text' => 255, ], ], 'status' => [ [ 'key' => 'Show', 'value' => 'Show', 'text' => 'Show', ], [ 'key' => 'Hide', 'value' => 'Hide', 'text' => 'Hide', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'phone' => 'Please enter phone', 'mobile' => 'Please enter mobile', 'email' => 'Please enter email', 'default' => 'Please enter default', 'website' => 'Please enter website', 'details' => 'Please enter details', 'address' => 'Please enter address', 'street' => 'Please enter street', 'city' => 'Please enter city', 'state' => 'Please enter state', 'country' => 'Please enter country', 'zip' => 'Please enter zip', 'lat' => 'Please enter lat', 'lng' => 'Please enter lng', 'status' => 'Please select status', 'slug' => 'Please enter slug', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'upload_folder' => 'Please enter upload folder', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'phone' => 'Phone', 'mobile' => 'Mobile', 'email' => 'Email', 'default' => 'Default', 'website' => 'Website', 'details' => 'Details', 'address' => 'Address', 'street' => 'Street', 'city' => 'City', 'state' => 'State', 'country' => 'Country', 'zip' => 'Zip', 'lat' => 'Lat', 'lng' => 'Lng', 'status' => 'Status', 'slug' => 'Slug', 'user_id' => 'User id', 'user_type' => 'User type', 'upload_folder' => 'Upload folder', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];