File "authentication-card.blade.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/jetstream/resources/views/components/authentication-card.blade.php
File size: 278 bytes
MIME-type: text/plain
Charset: utf-8
<div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100">
<div>
{{ $logo }}
</div>
<div class="w-full sm:max-w-md mt-6 px-6 py-4 bg-white shadow-md overflow-hidden sm:rounded-lg">
{{ $slot }}
</div>
</div>