@extends('layouts.app') @section('content')
{{ $u->name }}
درجة التوافق: {{ $u->match_score }}%
{{ Str::limit($u->about_me ?? $u->bio, 120) }}