@extends('layouts.app') @section('title', 'muuda parooli') @section('content')

Muuda parooli: {{ $u->username }}

@csrf @method('PUT') @if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif Tühista
@endsection