'Enquiry', 'names' => 'Enquiries', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Enquiries', 'sub' => 'Enquiries' ], /** * 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' => [ 'qualify' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'agent_id' => 'Please enter agent id', 'listing_id' => 'Please enter listing id', 'category_id' => 'Please enter category id', 'location_id' => 'Please enter location id', 'sublocation_id' => 'Please enter sublocation id', 'property_id' => 'Please enter property id', 'name_title' => 'Please enter name title', 'name' => 'Please enter name', 'source' => 'Please enter source', 'email' => 'Please enter email', 'phone' => 'Please enter phone', 'mobile' => 'Please enter mobile', 'contact_at' => 'Please select contact at', 'expiry_at' => 'Please enter expiry at', 'priority' => 'Please enter priority', 'finance' => 'Please enter finance', 'listing_type' => 'Please enter listing type', 'customer_type' => 'Please enter customer type', 'min_price' => 'Please enter min price', 'max_price' => 'Please enter max price', 'min_area' => 'Please enter min area', 'max_area' => 'Please enter max area', 'min_bed' => 'Please enter min bed', 'max_bed' => 'Please enter max bed', 'description' => 'Please enter description', 'customer_care_notes' => 'Please enter customer care notes', 'qualify' => 'Please select qualify', 'page_name' => 'Please enter page name', 'source_url' => 'Please enter source url', 'lng' => 'Please enter lng', 'form_name' => 'Please enter form name', 'project_name' => 'Please enter project name', 'timing' => 'Please enter timing', 'client_ip' => 'Please enter client ip', 'utm_source' => 'Please enter utm source', 'utm_medium' => 'Please enter utm medium', 'utm_campaign' => 'Please enter utm campaign', 'sub_source' => 'Please enter sub source', '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', 'agent_id' => 'Agent id', 'listing_id' => 'Listing id', 'category_id' => 'Category id', 'location_id' => 'Location id', 'sublocation_id' => 'Sublocation id', 'property_id' => 'Property id', 'name_title' => 'Name title', 'name' => 'Name', 'source' => 'Source', 'email' => 'Email', 'phone' => 'Phone', 'mobile' => 'Mobile', 'contact_at' => 'Contact at', 'expiry_at' => 'Expiry at', 'priority' => 'Priority', 'finance' => 'Finance', 'listing_type' => 'Listing type', 'customer_type' => 'Customer type', 'min_price' => 'Min price', 'max_price' => 'Max price', 'min_area' => 'Min area', 'max_area' => 'Max area', 'min_bed' => 'Min bed', 'max_bed' => 'Max bed', 'description' => 'Description', 'customer_care_notes' => 'Customer care notes', 'qualify' => 'Qualify', 'page_name' => 'Page name', 'source_url' => 'Source url', 'lng' => 'Lng', 'form_name' => 'Form name', 'project_name' => 'Project name', 'timing' => 'Timing', 'client_ip' => 'Client ip', 'utm_source' => 'Utm source', 'utm_medium' => 'Utm medium', 'utm_campaign' => 'Utm campaign', 'sub_source' => 'Sub source', 'user_id' => 'User id', 'user_type' => 'User type', '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', ], ], ];