@section('header_title', 'My Friends')

My Friends

People who have liked you back. It's a match! Send them a message or start a video call.

@if($friends->count() > 0)
@foreach($friends as $user)
Match

{{ $user->name }}

{{ $user->location ?? 'Unknown location' }}

@endforeach
@if($friends->hasPages())
{{ $friends->links() }}
@endif @else

No Friends Yet

It looks like you don't have any mutual matches yet. Keep swiping and liking profiles to make new connections!

Go to Discover
@endif