@include('passkeys::components.partials.authenticateScript')
@csrf
@if($message = session()->get('authenticatePasskey::message'))
{{ $message }}
@endif
@if ($slot->isEmpty())
{{ __('passkeys::passkeys.authenticate_using_passkey') }}
@else {{ $slot }} @endif