mirror of
https://github.com/dyzulk/trustlab-api.git
synced 2026-01-26 13:22:05 +07:00
style: update copyright notice and system title
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
@php
|
||||
$title = 'System Status';
|
||||
$currentYear = date('Y');
|
||||
@endphp
|
||||
<div class="relative flex flex-col items-center justify-center min-h-screen p-6 overflow-hidden z-1">
|
||||
@@ -32,7 +33,7 @@
|
||||
</div>
|
||||
|
||||
<p class="absolute text-sm text-center text-gray-500 -translate-x-1/2 bottom-6 left-1/2 dark:text-gray-400">
|
||||
© {{ $currentYear }} - {{ config('app.name') }}
|
||||
© 2025 - {{ $currentYear }} | {{ config('app.name') }} All Rights Reserved
|
||||
</p>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user