'Property', 'names' => 'Properties', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Properties', 'sub' => 'Properties' ], /** * 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', 'country_id' => 'Please enter country id', 'city_id' => 'Please enter city id', 'location_id' => 'Please enter location id', 'sublocation_id' => 'Please enter sublocation id', 'developer_id' => 'Please enter developer id', 'name' => 'Please enter name', 'name_pf' => 'Please enter name pf', 'name_byt' => 'Please enter name byt', 'name_dbz' => 'Please enter name dbz', 'name_hoz' => 'Please enter name hoz', 'code' => 'Please enter code', 'address' => 'Please enter address', 'lat' => 'Please enter lat', 'lng' => 'Please enter lng', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'country_id' => 'Country id', 'city_id' => 'City id', 'location_id' => 'Location id', 'sublocation_id' => 'Sublocation id', 'developer_id' => 'Developer id', 'name' => 'Name', 'name_pf' => 'Name pf', 'name_byt' => 'Name byt', 'name_dbz' => 'Name dbz', 'name_hoz' => 'Name hoz', 'code' => 'Code', 'address' => 'Address', 'lat' => 'Lat', 'lng' => 'Lng', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];