@if(!empty($post->postOtherDetail->cell_irb))

IRB

@endif @if($selectedSpecies->count() > 0)

Species

@foreach($selectedSpecies as $key => $sSpecies) {{$sSpecies->species->name . ((isset($selectedSpecies[$key + 1])) ? ', ' : '')}} @endforeach

@endif @if($post->modelStrains()->count()>0)

Strain/Breed/Cultivar

{{implode(', ',$post->modelStrains()->pluck('name')->toArray());}}

@endif @if(isset($post->postOtherDetail->animal_genetic) && $post->postOtherDetail->animal_genetic == 'Yes') @php $targetGenes = $post->targetGenes->pluck('name')->toArray(); $reporters = $post->reporterGenes()->pluck('name')->toArray(); @endphp @if (!empty($targetGenes))

Genetic Engineering

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

Method: {{ $post->postOtherDetail->cell_engineer_mothod }}

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

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

Viable Organisms ?

{{ $PostOtherDetail->cell_viability }}

@endif