Update profile_friends.blade.php
This commit is contained in:
parent
b8ff18da7e
commit
e8536c9842
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue