'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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'prod_id' => 'Please enter prod id', 'product' => 'Please select product', '244)' => 'Please select 244)', 'image' => 'Please enter image', 'deleted_at' => 'Please select deleted at', 'createdat' => 'Please select createdat', 'updated_at' => 'Please select updated at', 'slug' => 'Please enter slug', ], /** * Labels for inputs. */ 'label' => [ 'prod_id' => 'Prod id', 'product' => 'Product', '244)' => '244)', 'image' => 'Image', 'deleted_at' => 'Deleted at', 'createdat' => 'Createdat', 'updated_at' => 'Updated at', 'slug' => 'Slug', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'prod_id' => ['name' => 'Prod id', 'data-column' => 1, 'checked'], 'product' => ['name' => 'Product', 'data-column' => 2, 'checked'], '244)' => ['name' => '244)', 'data-column' => 3, 'checked'], 'image' => ['name' => 'Image', 'data-column' => 4, 'checked'], 'createdat' => ['name' => 'Createdat', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Products', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];