'Updates', 'names' => 'Updates', /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ ], /** * Labels for inputs. */ 'label' => [ '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', ], ];