{{ $isArabic ? 'المعروضة الآن' : 'Visible now' }}
{{ $items->count() }}
@extends('layouts.main_dashboard.app') @php $isArabic = app()->getLocale() === 'ar'; $items = $inquiries->getCollection(); @endphp @section('title', $isArabic ? 'استفسارات أولياء الأمور' : 'Parent Inquiries') @section('page_heading', $isArabic ? 'استفسارات أولياء الأمور' : 'Parent Inquiries') @section('page_subtitle', $isArabic ? 'كل رسائل أولياء الأمور المرتبطة بمساقاتك مجمعة في شاشة مستقلة.' : 'All parent messages related to your courses gathered in one dedicated screen.') @section('skip_page_hero', true) @section('content')
{{ $isArabic ? 'المعروضة الآن' : 'Visible now' }}
{{ $items->count() }}
{{ $isArabic ? 'بانتظار الرد' : 'Awaiting reply' }}
{{ $openCount }}
{{ $isArabic ? 'آخر استفسار' : 'Latest inquiry' }}
{{ $latestInquiry?->created_at?->format('Y-m-d') ?? '—' }}
{{ \Illuminate\Support\Str::limit($inquiry->message, 200) }}