@include('partials/css1-links')
@include('partials.header1')
Reset Your Password
@if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
New Password
@error('password')
{{ $message }}
@enderror
Confirm Password
Reset Password
@include('partials.footer1') @include('partials.js-links')