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