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

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

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

@csrf
@if (\App\Addon::where('unique_identifier', 'otp_system')->first() != null && \App\Addon::where('unique_identifier', 'otp_system')->first()->activated) @else @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection