Hello. Is it possible in Form::open() to pass such parameters to get the right URL ? I want to make a form to send an id to delete the record. I know that you can pass 'url' => in the array, but you really don't want to do that. Is it possible to do this via 'route' => or 'action' => ?

    1 answer 1

    Understood. Need to do so

     Form::open(['route' => ['r.destroy', $model->id], 'role' => 'form']