@extends('layouts.auth') @section('page-title') {{ __('Reset Password') }} @endsection @section('language-bar')
@endsection @php $admin_settings = getAdminAllSetting(); @endphp @section('content')

{{ __('Forgot Password') }}

@if (session('status'))
{{ session('status') }}
@endif

{{ __('We will send a link to reset your password') }}

@csrf
@error('email') {{ $message }} @enderror
@stack('recaptcha_field')

{{ __('Or') }} {{ __('Login') }}{{ __(' With') }}

@endsection