@include("shared.header")
@include("shared.navbar")
@if (Auth::user()->role_id!=1)
Registration was successful. We've automatically logged you into your new account.
@else
User was created. You can go back to users panel.
@endif
@include("shared.footer")