giftcon_dev/resources/views/web/partials/auth/auth-footer-links.blade.php

10 lines
519 B
PHP

<nav class="auth-links" aria-label="인증 보조 링크">
<a href="{{ route('web.auth.login') }}" class="auth-link">로그인</a>
<span class="auth-dot">·</span>
<a href="{{ route('web.auth.register') }}" class="auth-link">회원가입</a>
<span class="auth-dot">·</span>
<a href="{{ route('web.auth.find_id') }}" class="auth-link">아이디 찾기</a>
<span class="auth-dot">·</span>
<a href="{{ route('web.auth.find_password.show') }}" class="auth-link">비밀번호 찾기</a>
</nav>