@extends('layouts.client') @section('title') {{ Auth::user()->ho_ten }} - {{$title}} @endsection @section('content-clients')
@include('clients.blocks.categoriesUser')
ĐỔI MẬT KHẨU
@csrf
Mật khẩu cũ:
@error('old_password')
{{$message}}
@enderror
Mật khẩu mới:
@error('password')
{{$message}}
@enderror
Nhập lại mật khẩu mới:
@error('confirm_password')
{{$message}}
@enderror
Đổi mật khẩu
@endsection @section('stylesheetAccount') @endsection