{{$post->name}}
{!! $post->body !!}
@if($post->linksDescription)
@foreach($post->linksDescription as $linkDescriptionName=>$linkDescriptionValue)
{{$linkDescriptionName}}
@endforeach
@endif