{{$post->title}}
Offering: {{($post->post_type == 'Sample') ? 'Samples' : $post->post_type}}
Origin: {{config("const.post_type.".$post->post_origin)}}
Species: @if($mainPostSpecies!="") {{$mainPostSpecies}} @endif
Keywords: @foreach($post->PostKeywords as $key => $keyword){{$keyword->keyword}}@isset($post->PostKeywords[$key + 1]), @endisset @endforeach
@php $stringLength = strlen($post->description); @endphp{!!nl2br(substr($post->description, 0, $textLength))!!}@if($stringLength >= $textLength){!!nl2br(substr($post->description, $textLength))!!}@endif
View {{$post->message_count ?? 0}} comments