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