@extends('web.layouts.auth') @section('title', '이메일 인증 필요 | PIN FOR YOU') @section('meta_description', 'PIN FOR YOU 이메일 인증 안내 페이지입니다.') @section('canonical', url('/auth/email-required')) @section('h1', '이메일 인증이 필요합니다') @section('desc', '인증 후 사이트 이용이 가능합니다. 등록된 이메일로 인증 메일을 보내드릴게요.') @section('card_aria', '이메일 인증 안내') @section('show_cs_links', true) @section('auth_content')
@csrf {{-- HERO 이미지 (아이디 찾기와 동일 스타일) --}}
위 이메일 주소로 인증 링크를 발송합니다. 링크는 30분 동안만 유효합니다.
{{-- id 추가 (JS가 찾을 수 있게) --}}
@endsection @section('auth_bottom') {{-- 필요 시 하단 문구 --}} @endsection @push('scripts') @endpush