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

Interests received by {{ $user->name ?? $user->email ?? ('User #' . $user->id) }}
# Interested By Created At
@include('includes.commonjs') @endsection