@forelse($data['matching_profiles'] as $profile)
@include('dashboard.partials.profile-card', [
'profile' => $profile,
'match' => true
])
@empty
No matching profiles yet
No profiles match your criteria.
Try updating your preferences to see more matches.
Complete Profile