Skip to content

Instantly share code, notes, and snippets.

@MrAtiebatie
Last active May 2, 2018 09:36
Show Gist options
  • Save MrAtiebatie/22b238c73d83762b25d30a57cf75eb2d to your computer and use it in GitHub Desktop.
Save MrAtiebatie/22b238c73d83762b25d30a57cf75eb2d to your computer and use it in GitHub Desktop.
<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