@extends('layouts.shop') @section('title', 'Reset Password - Hair Niche By Shelly') @section('content')

Reset Password

Enter your email address and we'll send you a link to reset your password.

@if (session('status'))

{{ session('status') }}

@endif
@csrf
@error('email')

{{ $message }}

@enderror
@endsection