HIPPA Protections?

@php $dataSampleDescription=$post->characterization->pluck("name")->implode(", "); @endphp @if (!empty($dataSampleDescription))

Data/Samples Description

{{$dataSampleDescription}}

@endif @if (!empty($post->selection_criteria))

Selection and Exclusion Criteria

{!!nl2br($post->selection_criteria ?? "")!!}

Read More
@endif @if($selectGeneList->count() > 0)
@if(count($selectGeneList) >= $tableLength)
@endif @endif @isset($selectStudyData['BiologicalOrigin'])
@if(!empty($selectStudyData['BiologicalOrigin']) && count($selectStudyData['BiologicalOrigin']) >= $tableLength)
@endif @endisset