Add $user (authed user) to views

This commit is contained in:
Deon George
2021-09-28 00:21:21 +10:00
parent ca666e456a
commit 2c406ba3e9
7 changed files with 59 additions and 8 deletions

View File

@@ -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