fix
This commit is contained in:
parent
52b3a7ddbf
commit
72aafa3035
|
|
@ -101,7 +101,6 @@
|
||||||
@else
|
@else
|
||||||
"I'm new to ARCHBLOX!"
|
"I'm new to ARCHBLOX!"
|
||||||
@endif
|
@endif
|
||||||
@else
|
|
||||||
@if (!empty(App\Models\FeedPost::where('user_id', $user->id)->first()->status))
|
@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 }}"
|
"{{ App\Models\FeedPost::where('user_id', $user->id)->orderBy('id', 'desc')->first()->status }}"
|
||||||
@else
|
@else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue