ARTICLE AD BOX
I updated Laravel from 11 to 12 and I'm having a problem with login.blade; I can no longer log in.
Here is my code.
Please help me solve this problem.
C:\xampp\htdocs\Africasusul-10\resources\views\frontend\pages\login.blade.php : 67
</div> <div class="col-12"> <div class="form-group login-btn"> <button class="btn" type="submit">Connexion</button> <a href="{{route('register.form')}}" class="btn">S'enregistrer</a> OR <a href="{{route('login.redirect','facebook')}}" class="btn btn-facebook"><i class="ti-facebook"></i></a> {{-- <a href="{{route('login.redirect','github')}}" class="btn btn-github"><i class="ti-github"></i></a> --}} {{-- <a href="{{route('login.redirect','google')}}" class="btn btn-google"><i class="ti-google"></i></a> --}} </div> <div class="checkbox"> <label class="checkbox-inline" for="2"><input name="news" id="2" type="checkbox">Souviens-toi de moi</label> </div> @if (Route::has('password.request')) <a class="lost-pass" href="{{ route('password.reset') }}"> Mot de passe oublié? </a> @endif </div> </div> </form> <!--/ End Form --> </div> </div> </div> </div> </section> <!--/ End Login --> @endsection Please help me solve this problem.