@extends('layouts.fullscreen-layout') @section('content')

Reset Password

Enter your new password details below.

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection