@extends('layouts.auth') @section('title','Choose a new password') @section('content')

Choose a new password

Use at least 10 characters with upper/lowercase letters and a number.

@if($errors->any())
@endif
@csrf
@endsection