'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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'type' => 'Please enter type', 'ref' => 'Please enter ref', 'title' => 'Please enter title', 'name' => 'Please enter name', 'dob' => 'Please select dob', 'nationality' => 'Please enter nationality', 'religion' => 'Please enter religion', 'language' => 'Please enter language', 'phone' => 'Please enter phone', 'mobile' => 'Please enter mobile', 'mobile_track' => 'Please enter mobile track', 'fax' => 'Please enter fax', 'email' => 'Please enter email', 'mobile_e' => 'Please enter mobile e', 'phone_e' => 'Please enter phone e', 'email_e' => 'Please enter email e', 'address' => 'Please enter address', 'designation' => 'Please enter designation', 'emirates_id' => 'Please enter emirates id', 'passport_no' => 'Please enter passport no', 'facebook' => 'Please enter facebook', 'twitter' => 'Please enter twitter', 'linkedin' => 'Please enter linkedin', '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', 'type' => 'Type', 'ref' => 'Ref', 'title' => 'Title', 'name' => 'Name', 'dob' => 'Dob', 'nationality' => 'Nationality', 'religion' => 'Religion', 'language' => 'Language', 'phone' => 'Phone', 'mobile' => 'Mobile', 'mobile_track' => 'Mobile track', 'fax' => 'Fax', 'email' => 'Email', 'mobile_e' => 'Mobile e', 'phone_e' => 'Phone e', 'email_e' => 'Email e', 'address' => 'Address', 'designation' => 'Designation', 'emirates_id' => 'Emirates id', 'passport_no' => 'Passport no', 'facebook' => 'Facebook', 'twitter' => 'Twitter', 'linkedin' => 'Linkedin', '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', ], ], ];