vito/resources/views/livewire/application/wordpress-app.blade.php
2024-01-01 16:20:57 +01:00

7 lines
290 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->url" target="_blank">{{ __("Open Website") }}</x-secondary-button>
</x-simple-card>
</div>