@extends('frontend.layouts.master') @section('meta_title', 'Reset Password'. ' || ' . $setting->app_name) @section('contents') {{ __('Reset Password') }} {{ __('Enter your new password below') }} @csrf {{ __('Email') }} * {{ __('Password') }} * {{ __('Confirm Password') }} * @if (Cache::get('setting')->recaptcha_status === 'active') @endif {{ __('Reset Password') }} {{ __('Already have an account?') }}{{ __('Sign in') }} @endsection @push('scripts') @endpush
{{ __('Enter your new password below') }}
*
{{ __('Already have an account?') }}{{ __('Sign in') }}