@extends($_layout.'auth') {{-- khai báo title --}} @section('title', 'Quên mật khẩu') @section('content')
@csrf

Quên mật khẩu

Nhập email cài lại mật khẩu

@if ($err = session('error'))
{{$err}}
@endif
{{$errors->first('email')?$errors->first('email'):'Không được bỏ trống'}}

Bạn nhớ ra mật khẩu? Đăng nhập

@endsection @section('js') @endsection