@extends('layouts.app') @section('content') {{ __('Reset Password') }} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf {{ __('E-Mail Address') }} {{ __('New Password') }} {{ __('Confirm New Password') }} @endsection
{{ __('E-Mail Address') }}
{{ __('New Password') }}
{{ __('Confirm New Password') }}