Skip to content

Instantly share code, notes, and snippets.

@acacha
Created April 16, 2018 15:38
Show Gist options
  • Save acacha/f2fe24cca917f45917d40d2f2d4c8f8a to your computer and use it in GitHub Desktop.
Save acacha/f2fe24cca917f45917d40d2f2d4c8f8a to your computer and use it in GitHub Desktop.
welcome.blade.php extract
<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