@extends('layouts.auth') @section('title', 'Confirm password') @section('auth_title', 'Confirm your password') @section('auth_subtitle', 'This is a secure area. Please confirm your password to continue.') @section('content')
@csrf
@error('password')
{{ $message }}
@enderror
@endsection @push('scripts') @endpush