change: add material title column on generated history

This commit is contained in:
abiyasa05 2025-06-03 16:59:04 +07:00
parent 04eaaea733
commit a6afa0fb69

View File

@ -386,6 +386,7 @@
<tr>
<th>No</th>
{{-- <th>Hasil Generate</th> --}}
<th>Judul Materi</th>
<th>Tipe Soal</th>
<th>Jumlah Soal</th>
<th>Aksi</th>
@ -396,6 +397,9 @@
<tr>
<td>{{ $index + 1 }}</td>
{{-- <td>{{ $history_generated_text->generate_text }}</td> --}}
<td>
{{ $history_generated_text->material->title ?? '-' }}
</td>
<td>
@if ($history_generated_text->question_type == 'multiple_choice')
Pilihan Ganda