'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' => [ 'category_type' => [ [ 'key' => 'Commercial', 'value' => 'Commercial', 'text' => 'Commercial', ], [ 'key' => 'Residential', 'value' => 'Residential', 'text' => 'Residential', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'ref' => 'Please enter ref', 'project_id' => 'Please enter project id', 'category_type' => 'Please select category type', 'category' => 'Please enter category', 'floorplan_id' => 'Please enter floorplan id', 'unit' => 'Please enter unit', 'price' => 'Please enter price', 'beds' => 'Please enter beds', 'baths' => 'Please enter baths', 'bua' => 'Please enter bua', 'view' => 'Please enter view', 'status' => 'Please enter status', 'floor' => 'Please enter floor', 'parking' => 'Please enter parking', 'exclusive' => 'Please enter exclusive', 'features' => 'Please enter features', 'documents' => 'Please enter documents', 'created_by' => 'Please enter created by', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'ref' => 'Ref', 'project_id' => 'Project id', 'category_type' => 'Category type', 'category' => 'Category', 'floorplan_id' => 'Floorplan id', 'unit' => 'Unit', 'price' => 'Price', 'beds' => 'Beds', 'baths' => 'Baths', 'bua' => 'Bua', 'view' => 'View', 'status' => 'Status', 'floor' => 'Floor', 'parking' => 'Parking', 'exclusive' => 'Exclusive', 'features' => 'Features', 'documents' => 'Documents', 'created_by' => 'Created by', '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', ], ], ];