changes from "login page redesign"

This commit is contained in:
Holiienko Roman 2024-01-22 11:02:21 +03:00
parent 604d5a902c
commit 00d8e51be0
2 changed files with 2 additions and 23 deletions

View File

@ -44,11 +44,6 @@
</x-primary-button> </x-primary-button>
</div> </div>
{{--<div class="flex items-center justify-center mt-4">
@if (Route::has('register'))
<a> Нет аккаунта? </a>
<a href="{{ route('register') }}">Зарегистрируйтесь</a>
@endif
</div> --}}
</form> </form>
</x-guest-layout> </x-guest-layout>

View File

@ -135,23 +135,7 @@
<a href="contact.html">Контакты</a> <a href="contact.html">Контакты</a>
</li> </li>
{{-- Добавляет на хедер страницы кнопку "вход", имя которой меняется, если вы уже авторизованы
<li>
@if (Route::has('login'))
@auth
<a href="{{ url('/dashboard') }}" > {{ Auth::user()->name }} </a>
@else
<a href="{{ route('login') }}" >Вход</a>
@endauth
@endif
</li>
--}}
</ul> </ul>
</nav> </nav>
</div> </div>