'Unit', 'names' => 'Units', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Units', 'sub' => 'Units' ], /** * 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', 'unit_number' => 'Please enter unit number', 'unit_balcony_area' => 'Please enter unit balcony area', 'unit_parking_number' => 'Please enter unit parking number', 'parking_allocation_type' => 'Please enter parking allocation type', 'parking_allocation_type_ar' => 'Please enter parking allocation type ar', 'parking_allocation_type_en' => 'Please enter parking allocation type en', 'common_area' => 'Please enter common area', 'actual_common_area' => 'Please enter actual common area', 'floor' => 'Please enter floor', 'rooms' => 'Please enter rooms', 'rooms_ar' => 'Please enter rooms ar', 'rooms_en' => 'Please enter rooms en', 'actual_area' => 'Please enter actual area', 'property_type_id' => 'Please enter property type id', 'property_type_ar' => 'Please enter property type ar', 'property_type_en' => 'Please enter property type en', 'property_sub_type_id' => 'Please enter property sub type id', 'property_sub_type_ar' => 'Please enter property sub type ar', 'property_sub_type_en' => 'Please enter property sub type en', 'parent_property_id' => 'Please enter parent property id', 'grandparent_property_id' => 'Please enter grandparent property id', 'creation_date' => 'Please select creation date', 'munc_zip_code' => 'Please enter munc zip code', 'munc_number' => 'Please enter munc number', 'parcel_id' => 'Please enter parcel id', 'is_free_hold' => 'Please enter is free hold', 'is_lease_hold' => 'Please enter is lease hold', 'is_registered' => 'Please enter is registered', 'pre_registration_number' => 'Please enter pre registration number', 'master_project_id' => 'Please enter master project id', 'master_project_en' => 'Please enter master project en', 'master_project_ar' => 'Please enter master project ar', 'project_id' => 'Please enter project id', 'project_name_ar' => 'Please enter project name ar', 'project_name_en' => 'Please enter project name en', 'land_type_id' => 'Please enter land type id', 'land_type_ar' => 'Please enter land type ar', 'land_type_en' => 'Please enter land type en', 'property_id' => 'Please enter property id', 'area_id' => 'Please enter area id', 'zone_id' => 'Please enter zone id', 'area_name_ar' => 'Please enter area name ar', 'area_name_en' => 'Please enter area name en', 'land_number' => 'Please enter land number', 'land_sub_number' => 'Please enter land sub number', 'building_number' => 'Please enter building number', 'created_at' => 'Please enter created at', 'updated_at' => 'Please enter updated at', 'deleted_at' => 'Please enter deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'unit_number' => 'Unit number', 'unit_balcony_area' => 'Unit balcony area', 'unit_parking_number' => 'Unit parking number', 'parking_allocation_type' => 'Parking allocation type', 'parking_allocation_type_ar' => 'Parking allocation type ar', 'parking_allocation_type_en' => 'Parking allocation type en', 'common_area' => 'Common area', 'actual_common_area' => 'Actual common area', 'floor' => 'Floor', 'rooms' => 'Rooms', 'rooms_ar' => 'Rooms ar', 'rooms_en' => 'Rooms en', 'actual_area' => 'Actual area', 'property_type_id' => 'Property type id', 'property_type_ar' => 'Property type ar', 'property_type_en' => 'Property type en', 'property_sub_type_id' => 'Property sub type id', 'property_sub_type_ar' => 'Property sub type ar', 'property_sub_type_en' => 'Property sub type en', 'parent_property_id' => 'Parent property id', 'grandparent_property_id' => 'Grandparent property id', 'creation_date' => 'Creation date', 'munc_zip_code' => 'Munc zip code', 'munc_number' => 'Munc number', 'parcel_id' => 'Parcel id', 'is_free_hold' => 'Is free hold', 'is_lease_hold' => 'Is lease hold', 'is_registered' => 'Is registered', 'pre_registration_number' => 'Pre registration number', 'master_project_id' => 'Master project id', 'master_project_en' => 'Master project en', 'master_project_ar' => 'Master project ar', 'project_id' => 'Project id', 'project_name_ar' => 'Project name ar', 'project_name_en' => 'Project name en', 'land_type_id' => 'Land type id', 'land_type_ar' => 'Land type ar', 'land_type_en' => 'Land type en', 'property_id' => 'Property id', 'area_id' => 'Area id', 'zone_id' => 'Zone id', 'area_name_ar' => 'Area name ar', 'area_name_en' => 'Area name en', 'land_number' => 'Land number', 'land_sub_number' => 'Land sub number', 'building_number' => 'Building number', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Label for workflows. */ 'workflow' => [ 'submit' => [ 'label' => 'Submit', 'icon' => 'save', 'varient' => 'outline', ], 'approve' => [ 'label' => 'Approve', 'icon' => 'save', 'varient' => 'outline', ], 'reject' => [ 'label' => 'Reject', 'icon' => 'save', 'varient' => 'danger', ], 'publish' => [ 'label' => 'Publish', 'icon' => 'save', 'varient' => 'outline', ], 'unpublish' => [ 'label' => 'Unpublish', 'icon' => 'save', 'varient' => 'outline', ], 'archive' => [ 'label' => 'Archive', 'icon' => 'save', 'varient' => 'danger', ], 'unarchive' => [ 'label' => 'Unarchive', 'icon' => 'save', 'varient' => 'outline', ], ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];