{{ ($j!=0)?$letters[$j-1]:'' }} | @for($i = 1; $i <= 12; $i++) @if($j == 0){{ $i }} | @else @if ($detailpcr = $pcrroom->details->where('huruf',$letters[$j-1])->where('nomor', $i)->first()) @php $bgcolor = ""; if($detailpcr->hasil == 1){ $bgcolor = "bg-danger"; } if($detailpcr->hasil == 2){ $bgcolor = "bg-success"; } if($detailpcr->hasil == 3){ $bgcolor = "bg-warning"; } @endphp
@if ($detailpcr->checkup)
{{ $detailpcr->checkup->nama_lengkap }} {{ $detailpcr->checkup->tanggal_lahir->format('Y-m-d') }} @if($pcrroom->status_ruangan == 2) Update Hasil @endif @endif |
@else
@endif @endif @endfor |
---|