From 5ae3c5bde5b5446c4326b64cc2673b53cce3aa38 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:51:35 +0700 Subject: [PATCH] style: update copyright notice and system title --- resources/views/welcome.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 83bbfd3..470965a 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -2,6 +2,7 @@ @section('content') @php + $title = 'System Status'; $currentYear = date('Y'); @endphp
@@ -32,7 +33,7 @@

- © {{ $currentYear }} - {{ config('app.name') }} + © 2025 - {{ $currentYear }} | {{ config('app.name') }} All Rights Reserved

@endsection