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

Đặt Lại Mật Khẩu

Nhập mật khẩu mới của bạn

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@if(session('status'))
{{ session('status') }}
@endif
Quay lại Đăng nhập
@endsection