@extends('layouts.fullscreen-layout', ['title' => 'Reset Your Password']) @section('meta_description', 'Recover access to your TrustLab account. Enter your email to receive a password reset link.') @section('robots', 'noindex, nofollow') @section('content')

Forgot Password

Enter your email address below. We'll look for your account and send you a password reset email.

@if (session('status')) @endif
@csrf
@error('email')

{{ $message }}

@enderror
@endsection