@extends('layouts.auth') @section('title', __('Confirm Password')) @section('subtitle', __('For security, please confirm your password')) @section('content')
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
{{ __('Need help?') }} {{ __('Back to login') }}