This commit is contained in:
James Brooks
2024-10-09 21:05:11 +01:00
parent ee23e952a6
commit 5423df61cf
4 changed files with 55 additions and 76 deletions

View File

@@ -1,23 +0,0 @@
<x-cachet::cachet>
<x-cachet::header />
<div class="mx-auto max-w-5xl px-4 py-10 sm:px-6 lg:px-8">
<x-cachet::about />
<div class="mt-6 space-y-10">
<x-cachet::status-bar />
@foreach($componentGroups as $componentGroup)
<x-cachet::component-group :component-group="$componentGroup"/>
@endforeach
@if($schedules->isNotEmpty())
<x-cachet::schedules :schedules="$schedules" />
@endif
<x-cachet::incidents />
</div>
</div>
<x-cachet::footer />
</x-cachet::cachet>