'Lead', 'names' => 'Leads', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Leads', 'sub' => 'Leads', 'list' => 'List of leads', 'edit' => 'Edit lead', 'create' => 'Create new lead' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'contato_id' => 'Contato', 'como_chegou_ate_nos' => '', 'segmento' => 'Segmento', 'tipo_contato' => '', 'empreendimento' => 'Empreendimento', 'outras_informacoes' => 'Outras Informações', 'data_criacao' => 'Data Criação', 'status' => 'Status', 'motivo_status' => 'Motivo', 'user_id' => 'Please enter user id', 'user_type' => '', 'slug' => 'Please enter slug', 'created_by' => '', 'updated_by' => '', ], /** * Labels for inputs. */ 'label' => [ 'contato_id' => 'Contato', 'como_chegou_ate_nos' => 'Como chegou até nós', 'segmento' => 'Segmento', 'tipo_contato' => 'Tipo Contato', 'empreendimento' => 'Empreendimento', 'outras_informacoes' => 'Outras Informações', 'data_criacao' => 'Data Criação', 'status' => 'Status', 'motivo_status' => 'Motivo', 'user_id' => 'User id', 'user_type' => 'User type', 'slug' => 'Slug', 'created_by' => '', 'updated_by' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'contato_id' => ['name' => 'Contato', 'data-column' => 1, 'checked'], 'como_chegou_ate_nos' => ['name' => 'Como chegou até nós', 'data-column' => 2, 'checked'], 'segmento' => ['name' => 'Segmento', 'data-column' => 3, 'checked'], 'tipo_contato' => ['name' => 'Tipo Contato', 'data-column' => 4, 'checked'], 'empreendimento' => ['name' => 'Empreendimento', 'data-column' => 5, 'checked'], 'outras_informacoes' => ['name' => 'Outras Informações', 'data-column' => 6, 'checked'], 'data_criacao' => ['name' => 'Data Criação', 'data-column' => 7, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 8, 'checked'], 'motivo_status' => ['name' => 'Motivo', 'data-column' => 9, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Leads', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];