@if ($worthy->contents->count() > 0)
@if (
$worthy->contents->count() == 1 &&
$worthy->contents[0]->description == '' &&
$worthy->contents[0]->image1 == '' &&
$worthy->contents[0]->image2 == '' &&
$worthy->contents[0]->image3 == '')
@else
@foreach ($worthy->contents as $key => $content)
@if ($content->description != '' || $content->image1 != '' || $content->image2 != '' || $content->image3 != '')
@endif
@endforeach
@endif
@else
@endif