'CareerJob', 'names' => 'CareerJobs', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'CareerJobs', 'sub' => 'CareerJobs', 'list' => 'List of career_jobs', 'edit' => 'Edit career_job', 'create' => 'Create new career_job' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'title' => '', 'description' => '', 'type' => '', 'location' => '', 'responsibilities' => '', 'qualifications' => '', 'benefits' => '', 'slug' => '', 'salary' => '', 'creator_id' => '', 'expired_at' => '', 'started_at' => '', 'created_at' => '', 'updated_at' => '', 'deleted_at' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'title' => '', 'description' => '', 'type' => '', 'location' => '', 'responsibilities' => '', 'qualifications' => '', 'benefits' => '', 'slug' => '', 'salary' => '', 'creator_id' => '', 'expired_at' => '', 'started_at' => '', 'created_at' => '', 'updated_at' => '', 'deleted_at' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => '', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'CareerJobs', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];