@extends('web.layouts.auth') @section('title', '이메일 인증 완료 | PIN FOR YOU') @section('meta_description', 'PIN FOR YOU 이메일 인증 완료 안내 페이지입니다.') @section('canonical', url('/auth/email-verified')) @section('h1', '이메일 인증이 완료되었습니다') @section('desc', '인증이 정상적으로 확인되었습니다. 잠시 후 로그인 페이지로 이동합니다.') @section('card_aria', '이메일 인증 완료 안내') @section('show_cs_links', true) @section('auth_content')
{{ $email }}
인증이 완료되었습니다.
로그인하기
5초 후 로그인 페이지로 이동합니다.
@endsection @section('auth_bottom') {{-- 필요 시 하단 문구 --}} @endsection @push('scripts') @endpush