This commit is contained in:
Thomas G 2022-09-03 14:27:06 +10:00
parent 52b3a7ddbf
commit 72aafa3035
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@
@else
"I'm new to ARCHBLOX!"
@endif
@else
@if (!empty(App\Models\FeedPost::where('user_id', $user->id)->first()->status))
"{{ App\Models\FeedPost::where('user_id', $user->id)->orderBy('id', 'desc')->first()->status }}"
@else