@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 ? 'استفسار موجّه لمعلم المساق' : 'Inquiry to a course teacher' }}

{{ $isArabic ? 'اختر الابن أولًا، ثم حدّد مساقه والمعلم المرتبط به، وبعدها اكتب الرسالة بوضوح.' : 'Choose your child first, then select one of their courses and the assigned teacher before writing the message clearly.' }}

{{ $isArabic ? 'كل الاستفسارات' : 'All inquiries' }}
@csrf
@error('files')

{{ $message }}

@enderror
@endsection