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

Đổi Mật Khẩu

@csrf
@if(Auth::user()->first_login == \App\Models\User::FIRST_LOGIN_TRUE)
Đây là lần đầu tiên bạn đăng nhập vào hệ thống. Để đảm bảo an toàn, hệ thống yêu cầu bạn đổi mật khẩu trước khi sử dụng các chức năng.
@endif
@error('password'){{ $message }}@enderror
@endsection