'Contract', 'names' => 'Contracts', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Contracts', 'sub' => 'Contracts' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'pricing_type' => ['Advantage'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'buyer_company_id' => 'Please enter buyer company id', 'supplier_company_id' => 'Please enter supplier company id', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'reference' => 'Please enter reference', 'contract_id' => 'Please enter contract id', 'name' => 'Please enter name', 'description' => 'Please enter description', 'pricing_type' => 'Please select pricing type', 'default_margin' => 'Please enter default margin', 'add_all_products' => 'Please enter add all products', 'standard_costprice' => 'Please enter standard costprice', 'standard_margin' => 'Please enter standard margin', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'buyer_company_id' => 'Buyer company id', 'supplier_company_id' => 'Supplier company id', 'user_id' => 'User id', 'user_type' => 'User type', 'reference' => 'Reference', 'contract_id' => 'Contract id', 'name' => 'Name', 'description' => 'Description', 'pricing_type' => 'Pricing type', 'default_margin' => 'Default margin', 'add_all_products' => 'Add all products', 'standard_costprice' => 'Standard costprice', 'standard_margin' => 'Standard margin', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];