Update friends.blade.php

This commit is contained in:
Thomas G 2022-10-15 09:03:35 +11:00
parent cdc7f074d8
commit e6a2ed3d0a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<a href="{{ route('profile', $user->id) }}"><img alt="Profile Image" <a href="{{ route('profile', $user->id) }}"><img alt="Profile Image"
src="{{ asset('img/defaultrender.png') }}" width="60px" height="60px"></a> src="{{ asset('img/defaultrender.png') }}" width="60px" height="60px"></a>
</div> </div>
<div class="content_special" id="FriendsContainerBox1TextContainer"> <div class="content_special" style="justify-content: space-between; align-items: center" id="FriendsContainerBox1TextContainer">
<div> <div>
<a href="{{ route('profile', $user->id) }}" id="FeedContainerBox1Username">{{ $user->name }}</a> <a href="{{ route('profile', $user->id) }}" id="FeedContainerBox1Username">{{ $user->name }}</a>
@if (!empty($user->feedposts->last()->status)) @if (!empty($user->feedposts->last()->status))