@if(request('action') == 'export_excel')
LAPORAN DATABASE BANK SOAL (CBT)
LMS TUNGGAL PHARMA
Diunduh Oleh : {{ $exporterName }} Total Record : {{ count($exportData) }} Soal
Waktu Unduh : {{ $exportTime }} Kriteria : Sesuai Filter Pencarian
@forelse($exportData as $index => $q) @empty @endforelse
NO Q.ID DEPARTEMEN & JABATAN MATERI (SUBJECT) TIPE & LEVEL TEKS PERTANYAAN PEMBUAT
{{ $index + 1 }} {{ $q->id }} {{ $q->department->name ?? 'Semua Dept' }}
{{ $q->position->name ?? 'Semua Jabatan' }}
{{ $q->subject->name ?? 'Umum' }} {{ ucwords(str_replace('_', ' ', $q->question_type)) }}
Level: {{ ucfirst($q->question_level) }}
{{ strip_tags($q->question_text) }} {{ $q->creator->first_name ?? '-' }}
Tidak ada data soal pada kriteria ini.
@else Export Data Bank Soal
LAPORAN DATABASE BANK SOAL (CBT)
LMS TUNGGAL PHARMA
Diunduh Oleh : {{ $exporterName }} Total Record : {{ count($exportData) }} Soal
Waktu Unduh : {{ $exportTime }} Kriteria : Sesuai Filter Pencarian
@forelse($exportData as $index => $q) @empty @endforelse
NO Q.ID DEPARTEMEN & JABATAN MATERI (SUBJECT) TIPE & LEVEL TEKS PERTANYAAN PEMBUAT
{{ $index + 1 }} {{ $q->id }} {{ $q->department->name ?? 'Semua Dept' }}
{{ $q->position->name ?? 'Semua Jabatan' }}
{{ $q->subject->name ?? 'Umum' }} {{ ucwords(str_replace('_', ' ', $q->question_type)) }}
Level: {{ ucfirst($q->question_level) }}
{{ strip_tags($q->question_text) }} {{ $q->creator->first_name ?? '-' }}
Tidak ada data soal pada kriteria ini.
@endif