{{ $isArabic ? 'الاستفسارات الظاهرة' : 'Visible inquiries' }}
{{ number_format($inquiries->total()) }}
@extends('layouts.main_dashboard.app') @php $isArabic = app()->getLocale() === 'ar'; $items = $inquiries->getCollection(); $isParentScope = $viewType === 'parent'; @endphp @section('title', $isParentScope ? ($isArabic ? 'استفسارات أولياء الأمور' : 'Parent Inquiries') : ($isArabic ? 'استفسارات الطلاب' : 'Student Inquiries')) @section('page_heading', $isParentScope ? ($isArabic ? 'استفسارات أولياء الأمور' : 'Parent Inquiries') : ($isArabic ? 'استفسارات الطلاب' : 'Student Inquiries')) @section('page_subtitle', $isParentScope ? ($isArabic ? 'كل استفسارات أولياء الأمور الخاصة بمساقات القسم في شاشة موحدة.' : 'All parent inquiries related to department courses in one unified screen.') : ($isArabic ? 'كل استفسارات الطلاب الخاصة بمساقات القسم في شاشة موحدة.' : 'All student inquiries related to department courses in one unified screen.')) @section('skip_page_hero', true) @section('content')
{{ $isArabic ? 'الاستفسارات الظاهرة' : 'Visible inquiries' }}
{{ number_format($inquiries->total()) }}
{{ $isArabic ? 'بانتظار الرد' : 'Awaiting reply' }}
{{ number_format($openCount) }}
{{ $isArabic ? 'مواد القسم' : 'Department subjects' }}
{{ number_format($subjects->count()) }}
{{ $isArabic ? 'آخر استفسار' : 'Latest inquiry' }}
{{ $latestInquiry?->created_at?->format('Y-m-d') ?? '—' }}
{{ $isArabic ? 'المحتوى هنا على مستوى القسم كله، وليس فقط على مستوى مساقات رئيس القسم الشخصية.' : 'The content here covers the whole department, not only the head personal teaching load.' }}
{{ \Illuminate\Support\Str::limit($inquiry->message, 240) }}