'Product', 'names' => 'Products', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Products', 'sub' => 'Products', 'list' => 'List of products', 'edit' => 'Edit product', 'create' => 'Create new product' ], /** * Options for select/radio/check. */ 'options' => [ 'stock_status' => [In Stock], 'status' => [show], ], /** * Placeholder for inputs */ 'placeholder' => [ 'title' => '', 'description' => '', 'features' => '', 'price' => '', 'quantity' => '', 'stock_status' => '', 'product_images' => '', 'status' => '', ], /** * Labels for inputs. */ 'label' => [ 'title' => '', 'description' => '', 'features' => '', 'price' => '', 'quantity' => '', 'stock_status' => '', 'product_images' => '', 'status' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Products', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];