'Comments', 'names' => 'Comments', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Comments', 'sub' => 'Comments', 'list' => 'List of comments', 'edit' => 'Edit comments', 'create' => 'Create new comments' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Enter Name', 'comment_date' => '', 'comment_message' => 'Enter Comment', 'profile_img' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'comment_date' => 'Comment Date', 'comment_message' => 'Comment Message', 'profile_img' => 'Profile Image', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'comment_date' => ['name' => 'Comment Date', 'data-column' => 2, 'checked'], 'comment_message' => ['name' => 'Comment Message', 'data-column' => 3, 'checked'], 'profile_img' => ['name' => 'Profile Image', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Comments', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];