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