@extends('layouts.master')
@section('browserTitle')
{{ trans('menu.editPw') }}
@endsection
@section('breadcrumb')
{{ trans('menu.home') }}
{{ trans('menu.editPw') }}
@endsection
@section('title')
{{ trans('menu.editPw') }}
@endsection
@section('body')
@endsection