'CareerApplication', 'names' => 'CareerApplications', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'CareerApplications', 'sub' => 'CareerApplications', 'list' => 'List of career_applications', 'edit' => 'Edit career_application', 'create' => 'Create new career_application' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'name' => '', 'email' => '', 'mobile' => '', 'job_id' => '', 'attachment' => '', 'status' => '', 'created_at' => '', 'updated_at' => '', 'deleted_at' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'name' => '', 'email' => '', 'mobile' => '', 'job_id' => '', 'attachment' => '', 'status' => '', 'created_at' => '', 'updated_at' => '', 'deleted_at' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'CareerApplications', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];