Login to your account
@if(Session::has('isActiveError'))
{{ Session::get('isActiveError') }}
@endif
@if(Session::has('password_created'))
{{ Session::get('password_created') }}
@endif
@if(Session::has('loginError'))
{{ Session::get('loginError') }}
@endif
@if(Session::has('usernameError'))
{{ Session::get('usernameError') }}
@endif