EduExam RTL Dashboard

A minimalist, RTL-ready Laravel + Tailwind dashboard for managing Arabic educational exams. Browse and filter tests by stage (ابتدائي، متوسط، ثانوي), year, and subject, with admin uploads, solution previews, and print-friendly views. Clean light UI using teal, cyan, sky, zinc, and gray, fully responsive and SEO-optimized.

This template was generated by an AI in three stages. You can explore each version to see the progression from a basic concept to a polished final product. All versions are available for you to download for free.

Finalized Preview: The polished and complete version.

Was this template helpful?

Your vote helps other creators discover the highest quality Tailwind templates.

0

One vote per template per user (IP restricted).

Image Credits

We instruct the LLM APIs to use Unsplash for images. Credits go to the photographers below:

Initial

  • No Unsplash photos used by function call.

Refined

  • No Unsplash photos used by function call.

Finalized

  • No Unsplash photos used by function call.
Name missing? Let us know, we'll be happy to add it.

AI Generation Journey

Below, you'll find the complete prompt history that sculpted this Tailwind template. Large Language Models are a truly revolutionary invention that we must embrace. We've found that sometimes, a little *creative prompting* – a gentle nudge or a slight exaggeration – helps them truly shine and deliver their best.

S
Role: system - input
You are an elite AI template generator under extremely high pressure. Every output must be flawless, professional, and production-ready. Your task is to generate **full HTML documents** for admin panels, dashboards, landing pages or other pages, using **Tailwind CSS via CDN** and **Alpine.js via CDN** if interactivity is required.  

Rules:
1. Always output a **complete HTML document** with <!DOCTYPE html>, <html>, <head>, and <body>.
2. Use **Tailwind CSS via CDN**: <script src="https://cdn.tai...
U
Role: user - input
I would like to build:  بجمعها من الأنترنيت ثم تصنيفها حسب الطور إبتدائي أو متوسط أو ثانوي ثم حسب السنة 1 أو 2 أو 3 أو 4 أو 5 ابتدائي و السنة 1 أو 2 أو 3 أو 4 متوسط و حسب السنة 1 أو 2 أو 3 ثانوي ثم تصنيفها حسب المادة رياضيات أو لغة عربية أو لغة فرنسية أو لغة إنجليزية أو تاريخجغرافيا أو تربية اسلامي...
A
Role: assistant - output
# نظام إدارة الاختبارات التعليمية

بناءً على متطلباتك، سأقوم بإنشاء موقع إدارة الاختبارات التعليمية مع تصنيفات متعددة حسب الطور الدراسي والمادة. سأستخدم Tailwind CSS مع Alpine.js للتفاعلية، وسأصمم واجهة حديثة وواضحة مع ألوان teal و cyan و sky و zinc و gray.

```html
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
    <meta ...
U
Role: user - input
Your last output ended like this:

          </div>
                                    </div>
                                    
                                    <!-- أزرار الإجراءات -->
                                    <div class="flex space-x-2 space-x-reverse">
                                        <button class="flex-1 py-2 bg-teal-50 hover:bg-teal-100 text-teal-700 rounded-lg font-medium transition-col

Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
cols text-center">
                                            <i class="fas fa-eye ml-1"></i>
                                            معاينة
                                        </button>
                                        <button class="flex-1 py-2 bg-sky-50 hover:bg-sky-100 text-sky-700 rounded-lg font-medium transition-colors text-center">
                                            <i class="fas fa-download ml-1"></i>
                                            تحميل
...
U
Role: user - input
Your last output ended like this:

           const stage = this.stages.find(s => s.id === this.selectedStage);
                    return stage ? stage.years.map(year => ({ id: year, name: year })) : [];
                },
                
                get filteredSubjects() {
                    return this.subjects.filter(subject => subject.stage === this.selectedStage);
                },
                
                get

Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
filteredExams() {
                    let filtered = this.exams;
                    
                    // تصفية حسب الطور
                    filtered = filtered.filter(exam => exam.stage === this.selectedStage);
                    
                    // تصفية حسب السنة
                    if (this.selectedYear) {
                        filtered = filtered.filter(exam => exam.year === this.selectedYear);
                    }
                    
                 ...
A
Role: app - input
Cut off sign found in output. Terminating loop.
S
Role: system - input
You are an expert frontend auditor/refiner. Your job is to take an already generated **HTML document** and polish it to perfection.Assume the input is valid HTML created with Tailwind CSS (via CDN) and optionally Alpine.js.
The user will give you a html template which is a good start, but needs to be WAY better. Think of transitions, effects, icons and images. Make sure the global style stays in tact, but modernize and improve where needed. Do not use gradients when not needed. Use the tool call...
U
Role: user - input
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>نظام إدارة الاختبارات التعليمية</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        @...
A
Role: assistant - output
I'll polish this educational test management system to make it more modern, visually appealing, and functional. Let me start by getting some relevant images to enhance the design.
A
Role: assistant - output
Tool call Type: function Name: query_unsplash_api Arguments: {"keywords": "education learning students classroom"}
A
Role: assistant - output
Tool call Type: function Name: query_unsplash_api Arguments: {"keywords": "arabic calligraphy education islamic pattern"}
A
Role: assistant - output
Tool call Type: function Name: query_unsplash_api Arguments: {"keywords": "books study library arabic"}
A
Role: assistant - output
Now I'll create a polished, modern version of the educational test management system with improved design, animations, and functionality:

```html
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>نظام إدارة الاختبارات التعليمية - منصة الاختبارات العربية</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script defer s...
U
Role: user - input
Your last output ended like this:

n class="mr-auto text-xs text-gray-500 bg-gray-100 px-2 py-1 rounded-full" x-text="stage.count"></span>
                                </label>
                            </template>
                        </div>
                    </div>
                    
                    <!-- تصفية حسب السنة -->
                    <div class="mb-8">
                        <h3 class="font

Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
bold text-gray-800 mb-4 flex items-center text-lg">
                            <div class="h-8 w-8 rounded-lg bg-gradient-to-br from-cyan-500 to-sky-400 flex items-center justify-center ml-3">
                                <i class="fas fa-calendar-alt text-white text-sm"></i>
                            </div>
                            السنة الدراسية
                        </h3>
                        <div class="space-y-3">
                            <template x-for="year ...
U
Role: user - input
Your last output ended like this:

      <!-- أزرار الإجراءات -->
                                    <div class="flex space-x-3 space-x-reverse">
                                        <button class="flex-1 py-3 bg-gray-50 hover:bg-gray-100 text-gray-700 rounded-xl font-semibold transition-all duration-200 group/btn">
                                            <i class="fas fa-eye ml-2 group-hover/btn:animate-pulse

Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
"></i>
                                            معاينة
                                        </button>
                                        <button class="flex-1 py-3 bg-gradient-to-r from-teal-500 to-cyan-500 hover:from-teal-600 hover:to-cyan-600 text-white rounded-xl font-semibold transition-all duration-200 btn-hover ripple">
                                            <i class="fas fa-download ml-2"></i>
                                            تحميل
                   ...
U
Role: user - input
Your last output ended like this:

', stageColor: 'bg-teal-100 text-teal-800', subjectColor: 'bg-gradient-to-br from-blue-500 to-indigo-500', subjectIcon: 'fas fa-book', stageName: 'ابتدائي' },
                    { id: 3, title: 'اختبار العلوم الفيزيائية المتوسط', stage: 'middle', year: 2, subject: 'علوم فيزيائية', description: 'اختبار في المادة والطاقة مع تج

Continue directly after this point. Do not repeat any of the ab...
A
Role: assistant - output
ارب عملية', date: '2023-09-28', hasSolution: true, fileSize: '3.1 MB', downloads: 156, views: 421, teacher: 'أ. خالد أمين', stageColor: 'bg-cyan-100 text-cyan-800', subjectColor: 'bg-gradient-to-br from-orange-500 to-amber-500', subjectIcon: 'fas fa-atom', stageName: 'متوسط' },
                    { id: 4, title: 'امتحان التاريخ والجغرافيا الثانوي', stage: 'secondary', year: 1, subject: 'تاريخ وجغرافيا', description: 'اختبار ...
A
Role: app - input
Cut off sign found in output. Terminating loop.
S
Role: system - input
You are an expert frontend auditor/refiner. Your job is to take an already generated **HTML document** and polish it to perfection.Assume the input is valid HTML created with Tailwind CSS (via CDN) and optionally Alpine.js.
The user will give you a html template which is a good start, but needs to be WAY better. Think of transitions, effects, icons and images. Make sure the global style stays in tact, but modernize and improve where needed. Do not use gradients when not needed. Use the tool call...
U
Role: user - input
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>نظام إدارة الاختبارات التعليمية - منصة الاختبارات العربية</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesom...
A
Role: assistant - output
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="description" content="منصة عربية لإدارة الاختبارات التعليمية حسب الطور الدراسي والمادة مع حلول مفصلة، بحث متقدم، وإحصائيات دقيقة.">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>نظام إدارة الاختبارات التعليمية - منصة الاختبارات الع...
A
Role: app - input
Cut off sign found in output. Terminating loop.