'Sale', 'names' => 'Sales', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Sales', 'sub' => 'Sales', 'list' => 'List of sales', 'edit' => 'Edit sale', 'create' => 'Create new sale' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => ['Sold', 'Pending'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'user_id' => '', 'user_type' => '', 'product_id' => '', 'status' => '', 'price' => '', 'amount' => '', 'quantity' => '', 'date' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'user_id' => '', 'user_type' => '', 'product_id' => '', 'status' => '', 'price' => '', 'amount' => '', 'quantity' => '', 'date' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Sales', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];