'Foto', 'names' => 'Fotos', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Fotos', 'sub' => 'Fotos', 'list' => 'List of fotos', 'edit' => 'Edit foto', 'create' => 'Create new foto' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'ingreso_vehiculos_id' => '', 'ruta_foto' => '', ], /** * Labels for inputs. */ 'label' => [ 'ingreso_vehiculos_id' => '', 'ruta_foto' => 'Ruta Foto', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'ruta_foto' => ['name' => 'Ruta Foto', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Fotos', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];