@extends('layouts.app') @section('content')

اقتراحات مخصصة

@foreach($users as $u)
@if($u->avatar_path || $u->avatar) avatar @else لا صورة @endif

{{ $u->name }}

درجة التوافق: {{ $u->match_score }}%

{{ Str::limit($u->about_me ?? $u->bio, 120) }}

عرض الملف
@endforeach
{{ $users->links() }}
@endsection