'Couponsetting', 'names' => 'Couponsettings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Couponsettings', 'sub' => 'Couponsettings', 'list' => 'List of couponsettings', 'edit' => 'Edit couponsetting', 'create' => 'Create new couponsetting' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => [Active], ], /** * Placeholder for inputs */ 'placeholder' => [ 'coupon_code' => '', 'status' => '', 'discount' => '', ], /** * Labels for inputs. */ 'label' => [ 'coupon_code' => '', 'status' => '', 'discount' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Couponsettings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];