@extends('auth.master') @section('content')
@csrf
새로운 비밀번호 설정
인증이 완료되었습니다.
새로운 비밀번호를 입력해 주세요
@error('password') {{ $message }} @enderror
{{ $policyDesc }}
@endsection @push('js') @endpush