You forgot your password? Here you can easily retrieve a new password.
@if(\Session::get('success'))
{{ \Session::get('success') }}
@endif
{{ \Session::forget('success') }}
@if(\Session::get('error'))
{{ \Session::get('error') }}
@endif
{{ \Session::forget('error') }}
Login
{{--
Register a new membership
--}}