@extends($_layout . 'clean') @section('body.class', 'account-page') @section('content')
Tài khoản

Tạo mật khẩu mới

Images
@csrf @if ($next = old('next', $request->next)) @endif @if ($error = session('error'))
{{ $error }}
@endif
@if ($error = $errors->first('password') ?? session('error'))
{{ $error }}
@endif
@endsection