@extends('layouts.app') @section('title', 'Neues Passwort — kotsch.tech') @section('content')

Neues Passwort

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection