@extends('frontend.layouts.main') @section('title') {{ __('Reset password') }} @endsection @section('content')
{{ __('Reset Password') }}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(config('settings.recaptcha.public_key'))
@endif
@endsection @if(config('settings.recaptcha.public_key')) @push('scripts') @endpush @endif