@extends('layouts.app') @section('title', 'Reset Password') @section('content')

Reset your password

Enter your new password below.

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