@extends('layouts.app') @section("scripts") @endsection @section('content')
@csrf

Utwórz nowe hasło





@if($errors->any()) {{ $errors->first() }} @endif
@endsection @section("style") @endsection