@if(getCurrentLocale() == 'ar')
مرحبًا {{$order->user->name}}،

نشكرك على تواصلك معنا.

تم إنشاء طلبك بنجاح عبر موقعنا، ويسرّنا إعلامك بالتفاصيل التالية:

رقم الطلب: {{$order->id}}

اسم المستخدم: {{$order->user->name}}

حالة الطلب الحالية: {{ \Illuminate\Support\Facades\Lang::get('orders.statuses.' . $order->status, [], 'ar') }}

فريق الدعم لدينا سيقوم بمراجعة طلبك والرد عليك في أقرب وقت ممكن.

لمتابعة حالة الطلب أو إضافة ملاحظات، يمكنك زيارة صفحة الطلب من خلال حسابك على موقعنا.

مع خالص التحية،

@else

Hello {{$order->user->name}},

Thank you for contacting us.

Your support ticket has been successfully created. Below are the ticket details:

Ticket Number: {{$order->id}}

Username: {{$order->user->name}}

Current Status: {{ \Illuminate\Support\Facades\Lang::get('orders.statuses.' . $order->status, [], 'en') }}

Our support team will review your request and get back to you as soon as possible.

You can track the status of your ticket or add any notes by logging into your account on our website.

Best regards,
@endif