@foreach ($user_interests->sortBy('id') as $interest)
{{ $interest->name }}
@endforeach @if (auth()->user() == $user)
Add/edit
@endif