Update profile_friends.blade.php
This commit is contained in:
parent
b8ff18da7e
commit
e8536c9842
|
|
@ -5,8 +5,7 @@
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="PageTitleBar">
|
<div class="PageTitleBar">
|
||||||
<h1 id="usernameframe">Friends ({{ Auth::user()->getFriendsCount() }})</h1>
|
<h1 id="usernameframe">{{ $user->name }}'s Friends ({{ $user->getFriendsCount() }})</h1> <div>
|
||||||
<div>
|
|
||||||
<a href="#" class="tab_selected">All Friends</a>
|
<a href="#" class="tab_selected">All Friends</a>
|
||||||
@auth
|
@auth
|
||||||
@if ($user->id != Auth::id())
|
@if ($user->id != Auth::id())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue