@extends('layouts.app') @section('content')

Reset Password

{{--

Already have an account? Login here

--}}
@csrf
@error('newPassword') {{ $message }} @enderror
@error('confirmPassword') {{ $message }} @enderror
Back to Sign In
@endsection @push('headerPartial') @endpush