@extends('layouts.admin', ['title' => 'Change Password']) @section('content')
@csrf
@if($errors->any())
  • wachtwoord opnieuw typen komt niet overeen.
@endif
@endsection