@props(['recordData'])

{{ $title ?? '📊 OCR试卷分析' }}

@if(isset($recordData['id']))

记录ID: {{ $recordData['id'] }}

@endif @if(isset($recordData['paper_name']))

试卷名称: {{ $recordData['paper_name'] }}

@endif
@if(isset($recordData['status'])) {{ $recordData['status'] }} @endif @if(isset($recordData['student_id'])) {{ $recordData['student_id'] }} @endif