'Operation', 'names' => 'Operations', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Operations', 'sub' => 'Operations', 'list' => 'List of operations', 'edit' => 'Edit operation', 'create' => 'Create new operation' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'name' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'name' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Operations', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];