@extends('layouts.auth') @section('content')

Ustal nowe hasło

Podaj nowe hasło

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection