'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' => [ 'type' => [ [ 'key' => 'Individual', 'value' => 'Individual', 'text' => 'Individual', ], [ 'key' => 'Company', 'value' => 'Company', 'text' => 'Company', ], ], 'gender' => [ [ 'key' => 'Male', 'value' => 'Male', 'text' => 'Male', ], [ 'key' => 'Female', 'value' => 'Female', 'text' => 'Female', ], [ 'key' => '', 'value' => '', 'text' => '', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'company_id' => 'Please enter company id', 'branch_id' => 'Please enter branch id', 'department_id' => 'Please enter department id', 'division_id' => 'Please enter division id', 'agent_id' => 'Please enter agent id', 'account_id' => 'Please enter account id', 'type' => 'Please select type', 'ref' => 'Please enter ref', 'title' => 'Please enter title', 'name' => 'Please enter name', 'gender' => 'Please select gender', 'dob' => 'Please select dob', 'passportno' => 'Please enter passportno', 'licenseno' => 'Please enter licenseno', 'nationalid' => 'Please enter nationalid', 'residanceid' => 'Please enter residanceid', 'nationality' => 'Please enter nationality', 'religion' => 'Please enter religion', 'languages' => 'Please enter languages', 'phone' => 'Please enter phone', 'mobile' => 'Please enter mobile', 'mobiles' => 'Please enter mobiles', 'email' => 'Please enter email', 'emails' => 'Please enter emails', 'address' => 'Please enter address', 'location_id' => 'Please enter location id', 'region_id' => 'Please enter region id', 'country_id' => 'Please enter country id', 'time_zone' => 'Please enter time zone', 'designation' => 'Please enter designation', 'social_urls' => 'Please enter social urls', 'documents' => 'Please enter documents', 'notes' => 'Please enter notes', 'upload_folder' => 'Please enter upload folder', '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', 'company_id' => 'Company id', 'branch_id' => 'Branch id', 'department_id' => 'Department id', 'division_id' => 'Division id', 'agent_id' => 'Agent id', 'account_id' => 'Account id', 'type' => 'Type', 'ref' => 'Ref', 'title' => 'Title', 'name' => 'Name', 'gender' => 'Gender', 'dob' => 'Dob', 'passportno' => 'Passportno', 'licenseno' => 'Licenseno', 'nationalid' => 'Nationalid', 'residanceid' => 'Residanceid', 'nationality' => 'Nationality', 'religion' => 'Religion', 'languages' => 'Languages', 'phone' => 'Phone', 'mobile' => 'Mobile', 'mobiles' => 'Mobiles', 'email' => 'Email', 'emails' => 'Emails', 'address' => 'Address', 'location_id' => 'Location id', 'region_id' => 'Region id', 'country_id' => 'Country id', 'time_zone' => 'Time zone', 'designation' => 'Designation', 'social_urls' => 'Social urls', 'documents' => 'Documents', 'notes' => 'Notes', 'upload_folder' => 'Upload folder', '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', ], ], ];