'Contact', 'names' => 'Contacts', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Contacts', 'sub' => 'Contacts', 'list' => 'List of contacts', 'edit' => 'Edit contact', 'create' => 'Create new contact' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'media_id' => 'Please enter media id', 'user_id' => 'Please enter user id', 'title' => 'Please enter title', 'fname' => 'Please enter fname', 'lname' => 'Please enter lname', 'designation' => 'Please enter designation', 'phone' => 'Please enter phone', 'email' => 'Please enter email', 'contact_region' => 'Please enter contact region', 'contactfor' => 'Please enter contactfor', 'restriction' => 'Please enter restriction', 'type' => '', 'image' => 'Please enter image', 'slug' => 'Please enter slug', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'media_id' => 'Media id', 'user_id' => 'User id', 'title' => 'Title', 'fname' => 'Fname', 'lname' => 'Lname', 'designation' => 'Designation', 'phone' => 'Phone', 'email' => 'Email', 'contact_region' => 'Contact region', 'contactfor' => 'Contactfor', 'restriction' => 'Restriction', 'type' => '', 'image' => 'Image', 'slug' => 'Slug', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'fname' => ['name' => 'Fname', 'data-column' => 2, 'checked'], 'lname' => ['name' => 'Lname', 'data-column' => 3, 'checked'], 'designation' => ['name' => 'Designation', 'data-column' => 4, 'checked'], 'phone' => ['name' => 'Phone', 'data-column' => 5, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 6, 'checked'], 'contact_region' => ['name' => 'Contact region', 'data-column' => 7, 'checked'], 'contactfor' => ['name' => 'Contactfor', 'data-column' => 8, 'checked'], 'restriction' => ['name' => 'Restriction', 'data-column' => 9, 'checked'], 'image' => ['name' => 'Image', 'data-column' => 10, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Contacts', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];