'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' => [], 'has_id' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'type' => 'Please select type', 'ref' => 'Please enter ref', 'title' => 'Please enter title', 'name' => 'Please enter name', 'mobile' => 'Please enter mobile', 'email' => 'Please enter email', 'phone' => 'Please enter phone', 'fax' => 'Please enter fax', 'website' => 'Please enter website', 'dob' => 'Please select dob', 'nationality' => 'Please enter nationality', 'religion' => 'Please enter religion', 'languages' => 'Please enter languages', 'address' => 'Please enter address', 'phones' => 'Please enter phones', 'socialmedias' => 'Please enter socialmedias', 'emails' => 'Please enter emails', 'people' => 'Please enter people', 'events' => 'Please enter events', 'company' => 'Please enter company', 'license_number' => 'Please enter license number', 'designation' => 'Please enter designation', 'department' => 'Please enter department', 'passport_no' => 'Please enter passport no', 'has_id' => 'Please select has id', 'id_number' => 'Please enter id number', 'documents' => 'Please enter documents', 'notes' => 'Please enter notes', 'remarks' => 'Please enter remarks', 'tags' => 'Please enter tags', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'upload_folder' => 'Please enter upload folder', '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', 'mobile' => 'Mobile', 'email' => 'Email', 'phone' => 'Phone', 'fax' => 'Fax', 'website' => 'Website', 'dob' => 'Dob', 'nationality' => 'Nationality', 'religion' => 'Religion', 'languages' => 'Languages', 'address' => 'Address', 'phones' => 'Phones', 'socialmedias' => 'Socialmedias', 'emails' => 'Emails', 'people' => 'People', 'events' => 'Events', 'company' => 'Company', 'license_number' => 'License number', 'designation' => 'Designation', 'department' => 'Department', 'passport_no' => 'Passport no', 'has_id' => 'Has id', 'id_number' => 'Id number', 'documents' => 'Documents', 'notes' => 'Notes', 'remarks' => 'Remarks', 'tags' => 'Tags', 'user_id' => 'User id', 'user_type' => 'User type', 'upload_folder' => 'Upload folder', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];