mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-23 03:32:19 +00:00
12 lines
319 B
PHP
12 lines
319 B
PHP
@if($site->type == \App\Enums\SiteType::LARAVEL)
|
|
<livewire:application.laravel-app :site="$site" />
|
|
@endif
|
|
|
|
@if($site->type == \App\Enums\SiteType::PHP)
|
|
<livewire:application.php-app :site="$site" />
|
|
@endif
|
|
|
|
@if($site->type == \App\Enums\SiteType::WORDPRESS)
|
|
<livewire:application.wordpress-app :site="$site" />
|
|
@endif
|