LinkStack/resources/views/components/auth-card.blade.php
Julian Prieber 5dbb2b182d Version 4.0
-- Dashboard Update --

Update to version 4.0.0.
Complete redesign of the admin panel.
New features and a license change.
2023-04-26 15:44:39 +02:00

6 lines
177 B
PHP
Executable File

<div class="container d-flex align-items-center justify-content-center" style="height: 100vh;">
<div class="col-sm-12 col-lg-6">
{{ $slot }}
</div>
</div>