@extends('layout.app') @section('title', 'Secondary Password') @section('page-title', 'Verification Required') @section('content')
Restricted Access

This section requires a secondary password verification for security.

@if ($errors->any()) @endif
@csrf
@error('secondary_password') {{ $message }} @enderror
Cancel
@endsection