@extends('layouts.app') @section('title', 'الامتحانات') @section('content')
# | العنوان {!! $sort === 'title' ? ($direction === 'asc' ? '↑' : '↓') : '' !!} | المقرر | المدة {!! $sort === 'duration' ? ($direction === 'asc' ? '↑' : '↓') : '' !!} | تاريخ الإنشاء {!! $sort === 'created_at' ? ($direction === 'asc' ? '↑' : '↓') : '' !!} | عدد الأسئلة | إجراءات |
---|---|---|---|---|---|---|
{{ $exam->id }} | {{ $exam->title }} | {{ $exam->course->name ?? '—' }} | {{ $exam->duration }} | {{ optional($exam->created_at)->format('Y-m-d') }} | {{ $exam->questions_count }} | |
لا توجد بيانات بعد |