@if (Route::has('login'))
@if(!Auth::user())
Login
Register
@else @if(Entrust::hasRole('admin'))
Admin
@endif
Dashboard
Logout
@endif
@endif
phpVMS
4