I created a action
but not the default of resource
, as I can call it by an action in form
as I call update
and store
.
<form method="POST" role="form" action="{!!URL::route('cadastro.store')!!}" >
I want to call a query when clicking an example
<form method="POST" role="form" action="{!!URL('cadastro.consulta')!!}">