Change all url to route
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
|
||||
@stack('forgotten-password-start')
|
||||
<div class="mt-5 mb--4">
|
||||
<a href="{{ url('auth/forgot') }}" class="text-white"><small class="forgot-text">{{ trans('auth.forgot_password') }}</small></a>
|
||||
<a href="{{ route('forgot') }}" class="text-white"><small class="forgot-text">{{ trans('auth.forgot_password') }}</small></a>
|
||||
</div>
|
||||
@stack('forgotten-password-end')
|
||||
{!! Form::close() !!}
|
||||
|
Reference in New Issue
Block a user