Last active
May 2, 2018 09:36
-
-
Save MrAtiebatie/22b238c73d83762b25d30a57cf75eb2d to your computer and use it in GitHub Desktop.
This file contains 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
<form action="{{ route('broadcast') }}" method="post"> | |
{{ csrf_field() }} | |
<input type="text" name="message"> | |
<button class="btn btn-default">Submit</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment