'Carros', 'names' => 'Carros', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Carros', 'sub' => 'Carros', 'list' => 'List of carros', 'edit' => 'Edit carros', 'create' => 'Create new carros' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'nome' => 'Escreva o nome do carro', 'marca_id' => 'Marca', ], /** * Labels for inputs. */ 'label' => [ 'nome' => 'Nome', 'marca_id' => 'Marca', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'nome' => ['name' => 'Nome', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Carros', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];