|
Elváltozás tapintata:
@if (isset($data['changes_tact']))
@foreach($data['changes_tact'] as $key => $value)
{{ $value }}@if (!$loop->last),@endif
@endforeach
@endif
|
|
Egyéb jellemzők:
@if (isset($data['other_features']))
@foreach($data['other_features'] as $key => $value)
{{ $value }}@if (!$loop->last),@endif
@endforeach
@endif
|
|
|
|
Környéki nyirokcsomók:
@if (isset($data['nearby_lymph_nodes']))
@foreach($data['nearby_lymph_nodes'] as $key => $value)
{{ $value }}@if (!$loop->last),@endif
@endforeach
@endif
|
|