@foreach($aCourseList as $v) {{TimestampConverter::getTimezoneTimestamp($v->operationTime, 'd-m-Y H:i:s')}} @if($v->isRead == 0) new @endif {{$v->operator}} {{$v->nameChinese}} {{$v->uniNameChinese}}
{{$v->uniName}} {{$v->courseNameChinese}}
{{$v->courseNameEnglish}} {{$v->startDate}} {{$v->searchText}} {{--将‘{{$v->oldValue}}‘更改为’{{$v->newValue}}‘--}} @foreach($v->documents as $document) @if((isset($document->documentId)?$document->documentId:'')) @if($document->format=='pdf') @elseif(in_array($document->format,array('doc','docx','xls','xlsx'))) @else @endif @if(!strpos($document->pdfPath, '.pdf')) {{$document->documentName}} @else {{$document->documentName}} @endif
@endif @endforeach
详细 @endforeach