Species

@foreach($selectedSpecies as $sSpecies) @endforeach
@php $cellLines = $post->PostCellLines; @endphp @if (!empty($cellLines))

Cell Lines

@foreach ($cellLines as $key => $cellLine) @endforeach
Cell Lines Cell Type
{{ $cellLine->name }} {{ $cellLine->type }}
@endif @if (!empty($cellCharacteristic))

Cell Characteristics

@foreach ($cellCharacteristic as $cellChar)
@endforeach
@endif @php $cellTissueOfOrigin=$post->cellTissueOfOrigin; @endphp @if (!empty($cellTissueOfOrigin))

Tissue Of Origin

@endif @php $targetGenes = $post->targetGenes->pluck('name')->toArray(); $PostOtherDetail = $post->PostOtherDetail; $reporters = $post->reporterGenes()->pluck('name')->toArray(); @endphp @if (!empty($targetGenes))

Genetic Engineering

Target Gene(s): {{ implode(', ', $targetGenes) }}

Method: {{ $PostOtherDetail->cell_engineer_mothod }}

@if(count($reporters) > 0)

Reporter: {{ implode(', ', $reporters); }}

@endif
@endif @php $PostOtherDetail = $post->PostOtherDetail; @endphp @if (!empty($PostOtherDetail))

Viable Cells ?

{{ $PostOtherDetail->cell_viability=="NotApplicable"?"Not Applicable":$PostOtherDetail->cell_viability }}

@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