Header - Copy this React, Tailwind Component to your project
Below the "Teacher Information" section, create a new section titled "Report Actions". This section should include the following buttons: 1. "Save All Reports (Individual PDFs per Type)": * When clicked, this button should generate individual PDF reports for each report type (Overview, Long-term Development, KPI Comparison) for the currently selected teacher. * The PDFs should be saved in the appropriate subfolders within the teacher's folder on the user's drive, as specified in previous prompts. * Provide clear feedback to the user about the progress and completion of the saving process. 2. "Generate KPI Achievement Report": * When clicked, this button should generate a PDF report summarizing the KPI achievement status for all teachers. * The report should include information about which KPIs each teacher has met or not met, along with the difference between their scores and the targets. * Provide a download link or trigger a browser download for the generated KPI report. 3. "Email Individual Report": * When clicked, this button should send an email to the currently selected teacher with their evaluation reports (all types) attached as PDFs. * The email should include a personalized greeting and a brief message about the attached reports. 4. "Email All Reports": * When clicked, this button should send batch emails to all teachers, with each teacher receiving their own evaluation reports (all types) as PDF attachments. * Ensure each email is personalized with the respective teacher's name and their corresponding reports. Include a status indicator or message area to provide feedback to the user about the success or failure of the saving and emailing operations.