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

Set New Password

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection