| Date | Type | Test Result |
|---|---|---|
| {{ date('d/m/Y',strtotime($clienttest->date)) }} | {{ $clienttest->type }} | @if(is_array($clienttest->image) && count($clienttest->image) > 0) @foreach ($clienttest->image as $imgname) @if($loop->iteration == 1){{ $imgname }} |
| {{ $imgname }} | {{ $clienttest->image ?? "" }} | @else{{ '-' }} | @endif @endif @endforeach