@extends('layouts.auth') @section('content')
Logo

Melsoft Quanta

Fogort Password

Enter your email to reset your password

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

@endsection