yes here is rendered form
<form method="POST" action="http://ag.local/search" accept-charset="UTF-8" class="search_form input_container" novalidate="1"><input name="_token" type="hidden" value="yl2Y40TRo2n8Ib37HdRVGEMYkfF4p5SexpI52gV4">
<input class="search_input" type="text" placeholder="" name="search_text" value="">
<div class="search_padding">
<img src="/img/user/search/search.png">
</div>
</form>
You must be passed csrf tokan on post metord.
{{ Form::token() }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community