<div class="project-list-item">
<a href="/{{$post->translation->route->route}}">
@if($post->images->count() > 0)
<div class="image-box">
<img src="{{$post->images->first()->original_image_url}}"/>
</div>
@endif
<h2>{{$post->translation->title}}</h2>
<h3>{{$post->translation->sub_title}}</h3>
<div class="description">
{{$post->translation->description}}
</div>
</a>
</div>