@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'اختبار جديد' : 'New Exam') @section('skip_page_hero', true) @section('content') @php $isArabic = app()->getLocale() === 'ar'; @endphp
{{ $message }}