404 Not found with laravel 6
问题 i have a problem while passing a variable into the URL , the route exists but still 404 NOT FOUND , This is the form : <form action="/rdv_{{$go->ID}}" method="post" role="form" data-aos="fade-up"> @csrf <input placeholder="Email" type="email" class="form-control" name="email" id="email" /> <input placeholder="Votre numéro de téléphone " type="text" class="form-control" name="tel" id="subject" /> <div id="buttons"> <button type="submit" class="btn btn-primary"> Prendre un rendez-vous </button>