'Resume', 'names' => 'Resumes', // Options for select boxes 'options' => [ 'status' => ['New','Approved','Rejected',], ], // Placeholder for inputs 'placeholder' => [ 'id' => '', 'job_id' => 'Enter the job_id', 'name' => 'Enter the name', 'title' => 'Enter the title', 'slug' => '', 'video' => 'Enter the Url', 'email' => 'Enter the email_id', 'exp_date' => 'Enter the date', 'category' => 'Enter the category', 'sub_category' => 'Enter the sub_category', 'location' => 'Enter the location', 'skills' => 'Enter the Skills', 'content' => 'Enter the content', 'socialmedias' => 'Enter the details', 'experience' => 'Enter the details', 'education' => 'Enter the details', 'photo' => 'upload Image', 'status' => 'Select the status', 'upload_folder' => '', ], // Labels for inputs 'label' => [ 'id' => 'Id', 'job_id' => 'Job_Id', 'name' => 'Name', 'title' => 'Title', 'slug' => '', 'video' => 'Video', 'email' => 'Email_Id', 'exp_date' => 'Exp_date', 'category' => 'Category', 'sub_category' => 'Sub_category', 'location' => 'Location', 'skills' => 'Skills', 'content' => 'content', 'socialmedias' => 'SocialMedias', 'experience' => 'Experience', 'education' => 'Education', 'photo' => 'Photo', 'status' => 'Status', 'upload_folder' => '', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];