'Bond', 'names' => 'Bonds', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Bonds', 'sub' => 'Bonds' ], /** * 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','RFQ'], 'contract_margin_type' => ['All','Individual'], 'status' => ['Requested','Approved','Rejected','Expired','Declined'], 'rfq_type' => ['0','1'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'contract_id' => 'Please enter contract id', 'product_id' => 'Please enter product id', 'buyer_company_id' => 'Please enter buyer company id', 'supplier_company_id' => 'Please enter supplier company id', 'custom_price' => 'Please enter custom price', 'pricing_type' => 'Please select pricing type', 'contract_margin_type' => 'Please select contract margin type', 'slug' => 'Please enter slug', 'no_of_products' => 'Please enter no of products', 'item_price' => 'Please enter item price', 'status' => 'Please select status', 'advantage_product' => 'Please enter advantage product', 'deadline' => 'Please select deadline', 'rfq_type' => 'Please select rfq type', 'expiry' => 'Please select expiry', 'custom_margin' => 'Please enter custom margin', 'custom_cost_price' => 'Please enter custom cost price', 'custom_blanket_margin' => 'Please enter custom blanket 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', 'contract_id' => 'Contract id', 'product_id' => 'Product id', 'buyer_company_id' => 'Buyer company id', 'supplier_company_id' => 'Supplier company id', 'custom_price' => 'Custom price', 'pricing_type' => 'Pricing type', 'contract_margin_type' => 'Contract margin type', 'slug' => 'Slug', 'no_of_products' => 'No of products', 'item_price' => 'Item price', 'status' => 'Status', 'advantage_product' => 'Advantage product', 'deadline' => 'Deadline', 'rfq_type' => 'Rfq type', 'expiry' => 'Expiry', 'custom_margin' => 'Custom margin', 'custom_cost_price' => 'Custom cost price', 'custom_blanket_margin' => 'Custom blanket margin', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];