@extends('edmuhak.component.mypage.template', [ 'menu' => 'history', 'pageType' => 'Auth' ]) @section('page')

회원확인

고객님의 정보를 안전하게 보호하기 위해
비밀번호를 다시 한번 확인합니다.

{{-- --}} @csrf @if (!empty($errors->get('message')))
{{ $errors->first('message') }}
@endif
@endsection @section('script') @endsection