Add $user (authed user) to views
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
@guest
|
||||
To start an application to join this network please <a href="{{ url('login') }}">login</a>.
|
||||
@else
|
||||
@if(Auth::user()->isMember($o))
|
||||
@if($user->isMember($o))
|
||||
@else
|
||||
This website is not ready to take applications yet, check back soon!
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user