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