'Testimonial', 'names' => 'Testimonials', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Testimonials', 'sub' => 'Testimonials', 'list' => 'List of testimonials', 'edit' => 'Edit testimonial', 'create' => 'Create new testimonial' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => [1=>'Active', 0=>'Inactive'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'title' => 'Title', 'designation' => 'Designation', 'image' => 'Image', 'content' => 'Content', 'status' => 'Status', ], /** * Labels for inputs. */ 'label' => [ 'title' => 'Title', 'designation' => 'Designation', 'image' => 'Image', 'content' => 'Content', 'status' => 'Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'designation' => ['name' => 'Designation', 'data-column' => 2, 'checked'], 'content' => ['name' => 'Content', 'data-column' => 3, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Testimonials', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];