@extends('layouts.app', ['title' => 'Referensi PDF']) @section('content')
Kembali ke RPS Upload Banyak PDF

Upload Referensi PDF

Dokumen referensi ini bisa diunggah satu atau banyak file sekaligus, lalu dipakai untuk ekstraksi isi PDF dan generate RPS otomatis berbasis AI.

{{ $rps->course_name }}
{{ $rps->study_program_name }} | {{ $rps->course_code ?: 'Tanpa kode MK' }}
@forelse ($rps->referenceDocuments as $document) @empty @endforelse
Judul Jenis Status Ekstraksi Halaman File Asli Ukuran Diunggah Aksi
{{ $document->title }} @if ($document->description)
{{ $document->description }} @endif
{{ $documentTypes[$document->document_type] ?? $document->document_type }} {{ strtoupper($document->extraction_status) }} {{ $document->extracted_page_count ?: '-' }} {{ $document->original_filename }} {{ number_format($document->file_size / 1024, 1) }} KB {{ $document->created_at->format('d M Y H:i') }} Lihat | Unduh |
@csrf @method('DELETE')
Belum ada referensi PDF untuk RPS ini.
@endsection