@extends('layouts.auth') @section('title', 'Forgot Password - StarHela') @section('content')

Forgot Password

Enter your email to reset your password.

@if(session('status'))
{{ session('status') }}
@endif
@csrf
Back to Login
@endsection