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

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

@if (addon_activation('otp_system')) {{translate('Enter your email address or phone number to recover your password.')}} @else {{translate('Enter your email address to recover your password.')}} @endif

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