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

New Password

Please enter your new password below to reset your account access.

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection