vito/resources/views/application/phpmyadmin-app.blade.php
2024-03-27 11:41:29 +01:00

7 lines
253 B
PHP

<div>
<x-simple-card class="flex items-center justify-between">
<span>PHPMyAdmin is installed and ready to use!</span>
<x-secondary-button :href="$site->getUrl()" target="_blank">Open</x-secondary-button>
</x-simple-card>
</div>