📚 Soru İçe Aktarma
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
PDF Yükle veya Metin Yapıştır → Gemini Soruları Çıkarsın
Son Eklenen Sorular ({{ $recentQuestions->count() }})
@foreach($recentQuestions as $q)
@endforeach
{{ $q->subject }} — {{ $q->source }} {{ $q->year }} @if($q->question_number) — Soru No {{ $q->question_number }} @endif @if($q->exam_field || $q->exam_name) — {{ $q->exam_field }} {{ $q->exam_name }} @endif
{{ $q->difficultyLabel() }}
{{ Str::limit($q->body, 160) }}
@if($q->related_questions)Iliskili Sorular: {{ $q->related_questions }}
@endif
@foreach($q->options as $opt)
{{ $opt->label }}) {{ Str::limit($opt->body, 40) }}
@endforeach