@extends('frontend.layouts.app') @section('content')

{{ translate('Forgot Password?') }}

{{translate('Enter your email address to recover your password.')}}

@csrf
@if (addon_is_activated('otp_system')) @else @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection