'Customprice', 'names' => 'Customprices', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Customprices', 'sub' => 'Customprices', 'list' => 'List of customprices', 'edit' => 'Edit customprice', 'create' => 'Create new customprice' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'buyer_id' => '', 'product_id' => '', 'custom_price' => '', 'supplier_id' => '', 'slug' => '', 'created_at' => '', 'updated_at' => '', 'deleted_at' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'buyer_id' => '', 'product_id' => '', 'custom_price' => '', 'supplier_id' => '', 'slug' => '', 'created_at' => '', 'updated_at' => '', 'deleted_at' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'buyer_id' => ['name' => '', 'data-column' => 1, 'checked'], 'product_id' => ['name' => '', 'data-column' => 2, 'checked'], 'custom_price' => ['name' => '', 'data-column' => 3, 'checked'], 'supplier_id' => ['name' => '', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Customprices', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];