@extends('layouts.app') @section('title', 'Forgot Password') @section('content')
Resume Builder

Forgot Password?

No worries! Enter your email and we'll send you reset instructions.

@if (session('status')) @endif
@csrf
@error('email')
{{ $message }}
@enderror
Need Help?

If you're still having trouble, contact our support team at support@resumebuilder.com

@endsection @push('styles') @endpush @push('scripts') @endpush