'Task', 'names' => 'Tasks', /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'parent_id' => 'Please enter parent_id', 'assign_id' => 'Please enter assign_id', 'estimate_time' => 'Please enter estimate_time', 'actual_time' => 'Please enter actual_time', 'task' => 'Please enter task', 'status' => 'Please enter status', ], /** * Labels for inputs. */ 'label' => [ 'parent_id' => 'Parent id', 'assign_id' => 'Assign id', 'estimate_time' => 'Estimate time', 'actual_time' => 'Actual time', 'task' => 'Task', 'status' => 'Status', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Tab labels */ 'tab' => [ 'name' => 'Name', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];