@extends('auth.layout') @section('title', 'Set new password') @section('content')

Account security

Set your new password

You're using a temporary password. Choose a permanent one to continue.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('password')

{{ $message }}

@enderror

At least 6 characters, including uppercase and lowercase letters, a number, and a symbol.

@endsection