@extends('desktop.layouts.app') @section('content')
@include('desktop.account.navTabs')
비밀번호 변경
개인정보 보호를 위해 비밀번호를 변경 해주세요.
이전과 동일한 비밀번호는 사용할 수 없습니다.

@csrf
새 비밀번호

@endsection @push('styles') @endpush @push('scripts') @endpush