refactoring

This commit is contained in:
Saeed Vaziry
2023-08-06 17:36:39 +02:00
parent 643318fcfc
commit a8295e15c3
28 changed files with 239 additions and 66 deletions

View File

@ -2,6 +2,4 @@
<x-slot name="pageTitle">{{ $site->domain }}</x-slot>
<livewire:sites.show-site :site="$site" />
<livewire:server-logs.logs-list :server="$site->server" :site="$site" :count="10" />
</x-site-layout>