Posts by Eric Groppe • 1 point
1 post
-
-1
votes1
answer211
viewsA: Laravel 5.7 - Ajax call and Session::get()
Pass data to route using post, no parameters are passed in ajax url $.ajax({ url: '/nota/consulta, dataType: 'json', method: 'post', data: { id_cliente: id_cliente, item : item } success:…