Check polymorphic relationship exist with condition
$hasAttachments = $application->attachments() ->where('upload_id', $upload_id) ->count() > 0;