'JobApplicant', 'names' => 'JobApplicants', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'JobApplicants', 'sub' => 'JobApplicants', 'list' => 'List of job_applicants', 'edit' => 'Edit job_applicant', 'create' => 'Create new job_applicant' ], /** * Options for select/radio/check. */ 'options' => [ 'type' => [job_request, job_supporter], ], /** * Placeholder for inputs */ 'placeholder' => [ 'job_id' => '', 'user_id' => '', 'type' => '', 'comment ' => '', 'status' => '', ], /** * Labels for inputs. */ 'label' => [ 'job_id' => '', 'user_id' => '', 'type' => '', 'comment ' => '', 'status' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'JobApplicants', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];