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

Password

Choose a new password

Set a fresh password for your account and continue to your dashboard.

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection