@extends('v2.auth.app') @section('title') Forgot Password - Geezap @endsection @section('content')

Reset Password

Enter your email to receive reset instructions

@session('status')
{{$value}}
@endsession
Back to Login
@csrf
@error('email') {{ $message }} @enderror

Remember your password? Login here

@endsection