@extends('layouts.auth') @section('title') {{ __('change_password') }} @endsection @section('section')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif

{{ __('Mật khẩu của bạn đã hết hạn, Vui lòng thay đổi mật khẩu mới. Mật khẩu chỉ có thời hạn sử dụng trong 30 ngày.') }}

@method('PUT') @csrf
@error('old_password') * {{ $message }} @enderror
@error('password') * {{ $message }} @enderror
@error('repassword') * {{ $message }} @enderror
@endsection