Fix CSRF verification for OptionForm
This commit is contained in:
parent
503cb20c83
commit
bf167639ff
@ -4,6 +4,7 @@
|
||||
</div><!-- /.box-header -->
|
||||
<form method="post">
|
||||
<input type="hidden" name="option" value="{{ $id }}">
|
||||
{{ csrf_field() }}
|
||||
<div class="box-body">
|
||||
|
||||
@foreach($messages as $msg)
|
||||
|
Loading…
Reference in New Issue
Block a user