@extends('layouts.app') @section('title', 'Đổi Mật Khẩu') @section('content')

Đổi mật khẩu

Cập nhật mật khẩu mới để bảo vệ tài khoản

@csrf
@if(Auth::user()->first_login == config('constants.FIRST_LOGIN_TRUE'))
Đây là lần đầu tiên bạn đăng nhập. Vui lòng đổi mật khẩu để tiếp tục sử dụng hệ thống.
@endif
@error('password'){{ $message }}@enderror
@if(Auth::user()->first_login != config('constants.FIRST_LOGIN_TRUE')) Hủy bỏ @endif
@endsection