Level 34
Use this one
<form method="POST" action="{{URL::to('answer/store')}}" accept-charset="UTF-8" enctype="multipart/form-data">
{!! csrf_field() !!}
Summer Sale! All accounts are 50% off this week.
I dont know why I am facing this error. I am stuck :(
<form method="POST" action="{{URL::to('answer/store')}}" accept-charset="UTF-8" enctype="multipart/form-data"><input name="_token" type="hidden" value="{!! csrf_token() !!}">
What should I do
Please or to participate in this conversation.