EisenVault Home
@if(Auth::check())
Dashboard
{{ Auth::user()->name }} (Logout)
@else
Login
Register
@endif
@yield('content')