Initial commit

This commit is contained in:
Ronald Huynen
2026-03-23 21:37:59 +01:00
commit 2547717edb
2193 changed files with 972171 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<div>
@if($maintenanceMode)
<div class="bg-theme-background">
<div class="max-w-full sm:mx-auto mr-16 ml-2 bg-theme-background text-2xs sm:text-sm text-center text-red-700 py-2">
<span class="font-semibold">
<x-icon class="mr-1 inline h-5 w-5" name="exclamation-triangle" />
{{ __('Site is currently in maintenance mode') }}
</span>
</div>
</div>
@endif
</div>