@extends('frontend.layouts.master') @section('meta_title', 'Forget Password'. ' || ' . $setting->app_name) @section('contents') {{ __('Forgot your password?') }} {{ __('Enter your email address and we will send you a link to reset your password') }} @csrf {{ __('Email') }} * @if (Cache::get('setting')->recaptcha_status === 'active') @endif {{ __('Send Reset Link') }} {{ __('Already have an account?') }}{{ __('Sign in') }} @endsection
{{ __('Enter your email address and we will send you a link to reset your password') }}
*
{{ __('Already have an account?') }}{{ __('Sign in') }}