@extends('user::layouts.auth') @section('title', 'Confirm password') @section('content')

Security

Confirm password

This is a secure area. Enter your password once to continue.

@csrf
@error('password')

{{ $message }}

@enderror
@endsection