'JobProfile', 'names' => 'JobProfiles', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'JobProfiles', 'sub' => 'JobProfiles' ], /** * 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_id' => 'Please enter job id', 'profile_id' => 'Please enter profile id', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'job_id' => 'Job id', 'profile_id' => 'Profile id', ], ];