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

Choose a new password

Your new password must be at least eight characters.

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