I have on blade this
@foreach($list as $item)
<tr class="columnsArray">
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>$</td>
<td>$</td>
<td></td>
<td></td>
<td></td>
</tr>
@endforeach
</table>
<div class="botonEnviar"><button type="button" class="btn btn-success">ENVIAR</button></div>
The foreach is to show but I want to send that same list when I click the button,method "post"
the route is:
$app->post('notification','AtlanticControllerChangePrice@notification');
And the function is:
function notification(Request $request){
return $request;
}
Return request because for test
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire