{{ $inquiry['title'] }}
{{ $isArabic ? 'مفتوح' : 'Open' }}{{ $inquiry['message'] }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الاستفسارات المفتوحة' : 'Open Inquiries') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'الاستفسارات المفتوحة' : 'Open Inquiries' }}
{{ $isArabic ? 'هذه الصفحة تجمع الاستفسارات الجديدة المرتبطة بالطلاب والفصول التي تقع ضمن مسؤوليتك.' : 'This page gathers new inquiries linked to the students and classes under your responsibility.' }}
{{ $isArabic ? 'استفسارات جديدة' : 'New inquiries' }}
{{ $openInquiriesCount }}
{{ $isArabic ? 'طلاب أولوية' : 'Priority students' }}
{{ $flaggedStudentsCount }}
{{ $isArabic ? 'راجعي التفاصيل الأساسية لكل رسالة، ثم انتقلي للتنسيق مع المعلم أو متابعة الحالة عند الحاجة.' : 'Review the essentials of each message, then coordinate with the teacher or follow up on the case as needed.' }}
{{ $inquiry['message'] }}
{{ $isArabic ? 'عند وصول رسائل جديدة مرتبطة بنطاقك ستظهر هنا مباشرة.' : 'New messages related to your scope will appear here automatically.' }}