We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 694edb0 + 3ff599f commit 66371feCopy full SHA for 66371fe
app/views/users/profile.blade.php
@@ -10,7 +10,7 @@
10
11
@if(count($threads))
12
<div class="half">
13
- <h1>{{ Auth::user()->name }}'s Latest Threads</h1>
+ <h1>{{ $user->name }}'s Latest Threads</h1>
14
<div class="comments">
15
@foreach($threads as $thread)
16
<div class="comment">
@@ -30,7 +30,7 @@
30
31
@if(count($comments))
32
33
- <h1>{{ Auth::user()->name }}'s Latest Replies</h1>
+ <h1>{{ $user->name }}'s Latest Replies</h1>
34
35
@foreach($comments as $comment)
36
0 commit comments