@extends('layouts.auth')
@section('title', 'Reset Password')
@section('content')
Materialize
@if ($errors->any())
Something went wrong!
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Reset Password 🔒
Your new password must be different from previously used passwords
@endsection