'Reward', 'names' => 'Rewards', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'price' => 'Price', 'status' => 'Status', ], // Labels for inputs 'label' => [ 'price' => 'Price', 'status' => 'Status', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];