codeforkansascity / Safe-Assist

MIT License
8 stars 6 forks source link

figure out what to do with enroll button when user is logged in #15

Open jmorwick opened 9 years ago

jmorwick commented 9 years ago

from enrollment-user-story

jmorwick commented 9 years ago

right now I just use it to say "welcome":

jmorwick commented 9 years ago

@else

Welcome, {!! Auth::user()->email !!} @endif

jmorwick commented 9 years ago

in laravel-src/resources/views/welcome.blade.php