@extends('layouts.main_dashboard.app') @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('title', $isArabic ? 'إرسال استفسار' : 'Send Inquiry') @section('skip_page_hero', true) @section('content')
{{ $isArabic ? 'إرسال جديد' : 'New submission' }}
{{ $isArabic ? 'اختر الابن أولًا، ثم حدّد مساقه والمعلم المرتبط به، وبعدها اكتب الرسالة بوضوح.' : 'Choose your child first, then select one of their courses and the assigned teacher before writing the message clearly.' }}