I have the following route
Route::post('guardar_registro', 'Frontoffice\Perfil_paciente\completar_registroController@guardar_registro');
and the next form
<form action="{{ url('guardar_registro') }}" method="POST" accept-charset="utf-8" autocomplete="off" >
but can not find the route when sending the submit