'Payments', 'names' => 'Payments', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'payment_method_id' => '', 'currency' => '', 'amount' => '', 'state' => '', 'response' => '', ], // Labels for inputs 'label' => [ 'payment_method_id' => '', 'currency' => '', 'amount' => '', 'state' => '', 'response' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];