@extends('layouts.fullscreen-layout', ['title' => 'Set New Password']) @section('robots', 'noindex, nofollow') @section('content')

Reset Password

Enter your new password details below.

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection