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

11 lines
339 B
PHP

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