Change all url to route

This commit is contained in:
Cüneyt Şentürk
2020-02-03 11:58:05 +03:00
parent f86465d81d
commit a8c848922a
26 changed files with 77 additions and 59 deletions

View File

@ -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() !!}