'Job', 'names' => 'Jobs', // Options for select boxes 'options' => [ 'job_type' => ['Freelance','Full Time','Internship','Part Time','Temporary'], 'status' => ['New','Approved','Rejected','Closed',], ], // Placeholder for inputs 'placeholder' => [ 'id' => '', 'title' => 'Enter the title', 'slug' => '', 'job_type' => 'Select Job_type', 'region' => 'Enter the region', 'email' => 'Enter the email_id', 'details' => 'Enter the details', 'location' => 'Enter the loction', 'data_posted' => 'Enter the date', 'salary' => 'Enter the salary', 'status' => 'Enter the status', 'image' => 'Upload image', 'upload_folder' => '', ], // Labels for inputs 'label' => [ 'id' => 'Id', 'title' => 'Title', 'slug' => '', 'job_type' => 'job_type', 'region' => 'Region', 'email' => 'Email_Id', 'details' => 'Details', 'location' => 'Location', 'data_posted' => 'Data_posted', 'salary' => 'Salery', 'status' => 'Status', 'image' => 'Image', 'upload_folder' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];