Created
April 16, 2018 15:38
-
-
Save acacha/f2fe24cca917f45917d40d2f2d4c8f8a to your computer and use it in GitHub Desktop.
welcome.blade.php extract
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<login-button action="{{ $action or null }}" ></login-button> | |
<register-button action="{{ $action or null }}" ></register-button> | |
<remember-password action="{{ $action or null }}"></remember-password> | |
<reset-password | |
action="{{ $action or null }}" | |
token="{{ $token or null }}" | |
email="{{ $email or null }}"></reset-password> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment