'ApprovedJobs', 'names' => 'ApprovedJobs', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'ApprovedJobs', 'sub' => 'ApprovedJobs' ], /** * 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 enter id', 'job_proposal_id' => 'Please enter job proposal id', 'user_id' => 'Please enter user id', 'job_number' => 'Please enter job number', 'funding_year' => 'Please enter funding year', 'budget' => 'Please enter budget', 'user_type' => 'Please enter user type', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'job_proposal_id' => 'Job proposal id', 'user_id' => 'User id', 'job_number' => 'Job number', 'funding_year' => 'Funding year', 'budget' => 'Budget', 'user_type' => 'User type', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];