@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
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @section('script') @endsection