@extends('student.layouts.app') @section('title', app()->getLocale() === 'ar' ? 'نتيجة الاختبار' : 'Quiz Result') @section('content') @php $isArabic = app()->getLocale() === 'ar'; @endphp
{{ $resultReleased ? ($isArabic ? 'تم تسليم الاختبار، وهذه حالة النتيجة الحالية.' : 'Quiz submitted. This is your current result status.') : ($isArabic ? 'تم تسليم الاختبار بنجاح، لكن النتيجة مخفية حالياً حتى يسمح المدرس بعرضها.' : 'Quiz submitted successfully, but the result is currently hidden until the teacher releases it.') }}
{{ $isArabic ? 'تم استلام إجاباتك بنجاح، لكن تفاصيل النتيجة ستظهر لاحقاً عندما يقوم المدرس بالسماح بعرضها.' : 'Your answers were submitted successfully, but the full result will appear later when the teacher enables result visibility.' }}