🔐 Enter Password to Access Drive
@if ($errors->any())
{{ $errors->first('password') }}
@endif
@csrf
User ID
Password
Verify
{{-- Toast --}} @if (session('success') || session('error') || $errors->any())
@if (session('success')) {{ session('success') }} @elseif (session('error')) {{ session('error') }} @elseif ($errors->any()) {{ $errors->first() }} @endif
@endif