'Tender', 'names' => 'Tenders', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Tenders', 'sub' => 'Tenders' ], /** * 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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please select id', 'company_name' => 'Please select company name', 'person_name' => 'Please select person name', 'person_email' => 'Please select person email', 'person_mobile' => 'Please select person mobile', 'person_designation' => 'Please select person designation', 'company_trade_license' => 'Please select company trade license', 'vehicle_technical_spec_sheet' => 'Please select vehicle technical spec sheet', 'purchase_order' => 'Please select purchase order', 'letter_of_intention' => 'Please select letter of intention', 'comments' => 'Please select comments', 'user_id' => 'Please select user id', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'company_name' => 'Company name', 'person_name' => 'Person name', 'person_email' => 'Person email', 'person_mobile' => 'Person mobile', 'person_designation' => 'Person designation', 'company_trade_license' => 'Company trade license', 'vehicle_technical_spec_sheet' => 'Vehicle technical spec sheet', 'purchase_order' => 'Purchase order', 'letter_of_intention' => 'Letter of intention', 'comments' => 'Comments', 'user_id' => 'User id', ], ];