style: update copyright notice and system title

This commit is contained in:
dyzulk
2026-01-01 17:51:35 +07:00
parent 5a3e6b45ef
commit 5ae3c5bde5

View File

@@ -2,6 +2,7 @@
@section('content') @section('content')
@php @php
$title = 'System Status';
$currentYear = date('Y'); $currentYear = date('Y');
@endphp @endphp
<div class="relative flex flex-col items-center justify-center min-h-screen p-6 overflow-hidden z-1"> <div class="relative flex flex-col items-center justify-center min-h-screen p-6 overflow-hidden z-1">
@@ -32,7 +33,7 @@
</div> </div>
<p class="absolute text-sm text-center text-gray-500 -translate-x-1/2 bottom-6 left-1/2 dark:text-gray-400"> <p class="absolute text-sm text-center text-gray-500 -translate-x-1/2 bottom-6 left-1/2 dark:text-gray-400">
&copy; {{ $currentYear }} - {{ config('app.name') }} &copy; 2025 - {{ $currentYear }} | {{ config('app.name') }} All Rights Reserved
</p> </p>
</div> </div>
@endsection @endsection