5 <x-application-logo class="w-20 h-20 fill-current text-gray-500" />
9 <div class="mb-4 text-sm text-gray-600">
10 {{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
13 <!-- Validation Errors -->
14 <x-auth-validation-errors class="mb-4" :errors="$errors" />
16 <form method="GET" action="{{ route('larascord.refresh_token') }}">
19 <div class="flex justify-end mt-4">