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