'UserDiscounts', 'names' => 'UserDiscounts', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'client_id' => '', 'amount' => '', 'start_at' => '', 'expire_at' => '', 'source_id' => '', ], // Labels for inputs 'label' => [ 'client_id' => '', 'amount' => '', 'start_at' => '', 'expire_at' => '', 'source_id' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];