fix on better routes

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

View File

@@ -1,4 +1,4 @@
{!! Form::open(['route' => 'login.post', 'method' => 'post', 'autocomplete'=> 'off']) !!}
{!! Form::open(['route' => 'Shop.login.post', 'method' => 'post', 'autocomplete'=> 'off']) !!}
<div class="form-group has-feedback">
<div class="input-group form-group {{ $errors->has('email') ? 'has-error' : '' }}">
@@ -28,7 +28,7 @@
</div>
<div class="col-12 col-lg-6">
<a href="{{ route('password.request') }}">{{ __('Mot de passe oublié ?') }}</a><br>
<a href="{{ route('Shop.password.request') }}">{{ __('Mot de passe oublié ?') }}</a><br>
<!--
<div class="checkbox icheck">
<label style="padding-left: 0">