@extends('layouts.guest') @section('content')
Forgot Password?

Reset your password with Velzon

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

Wait, I remember my password... Click here

@endsection