@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
@error('password')
{{ $message }}
@enderror
@include('partials.footer1') @include('partials.js-links')