First off, security issue. Update your filter. It should say
if(Session::token() !== Input::get('_token')
Second following from that... Look at what the filter is looking for in the input and look at your form. See what is missing?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community