@extends('reportmanagement::layouts.master') @section('content') $body = "

تقرير العمل الشهري

📌 اسم الإدارة: {{$data['department_name']}}

👤 اسم مدير الإدارة: {{$data['manager_name']}}


🏆 الإنجازات الكبرى:

{{nl2br(htmlspecialchars($data['major_achievements']))}}

📊 مؤشرات الأداء الرئيسية:

{{nl2br(htmlspecialchars($data['kpis']))}}

🔁 التحديات المتكررة:

{{nl2br(htmlspecialchars($data['repeated_challenges'])) }}

📚 الدروس المستفادة:

{{nl2br(htmlspecialchars($data['lessons_learned'])) }}

📆 الخطط والتحسينات القادمة:

{{nl2br(htmlspecialchars($data['next_plans'])) }}

تم الإرسال من نموذج التقرير الشهرى الخاص بنظام الERP - شركة تنفيذي المشتركة

"; @endsection