@extends('student.layouts.app') @section('title', $course->name . ' | ' . __('dashboard.New Inquiry')) @section('content') @php $isArabic = app()->getLocale() === 'ar'; @endphp
{{ $isArabic ? 'اكتب عنواناً واضحاً ورسالة مختصرة مع إمكانية إرفاق ملفات داعمة إذا احتجت.' : 'Use a clear title, a concise message, and attach supporting files if needed.' }}
{{ $isArabic ? 'كلما كان الاستفسار أوضح، كانت الإجابة أسرع وأكثر دقة.' : 'The clearer the inquiry, the faster and more accurate the answer.' }}