fix on better routes

This commit is contained in:
Ludovic CANDELLIER
2022-11-24 17:41:57 +01:00
parent ee1511962b
commit 966e687509
8 changed files with 15 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
{!! Form::open(['route' => 'register.post', 'method' => 'post', 'autocomplete'=> 'off']) !!}
{!! Form::open(['route' => 'Shop.register.post', 'method' => 'post', 'autocomplete'=> 'off']) !!}
<div class="row">
<div class="col-12">
<x-card title='Créez votre compte' class='mt-3 mb-3'>