Sites Your sites will appear here. You can see the details and manage them {{ __('Create Site') }} @if(count($sites) > 0)
@foreach($sites as $site)
{{ $site->domain }}
@include('livewire.sites.partials.status', ['status' => $site->status])
@endforeach
@else
{{ __("You don't have any sites yet!") }}
@endif