Update profile_friends.blade.php

This commit is contained in:
Thomas G 2022-10-15 09:20:49 +11:00
parent b8ff18da7e
commit e8536c9842
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
@section('content')
<div class="PageTitleBar">
<h1 id="usernameframe">Friends ({{ Auth::user()->getFriendsCount() }})</h1>
<div>
<h1 id="usernameframe">{{ $user->name }}'s Friends ({{ $user->getFriendsCount() }})</h1> <div>
<a href="#" class="tab_selected">All Friends</a>
@auth
@if ($user->id != Auth::id())