From 0161e763308c67696d3ce6fdae5146393ab383b4 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 23 Jan 2026 16:11:55 +0530 Subject: [PATCH] Added welcome page in cri page --- app/Filament/Pages/Welcome.php | 25 +++++++++++++++++++ .../views/filament/pages/welcome.blade.php | 19 ++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 app/Filament/Pages/Welcome.php create mode 100644 resources/views/filament/pages/welcome.blade.php diff --git a/app/Filament/Pages/Welcome.php b/app/Filament/Pages/Welcome.php new file mode 100644 index 0000000..39880c3 --- /dev/null +++ b/app/Filament/Pages/Welcome.php @@ -0,0 +1,25 @@ +can('view welcome page'); + // } +} diff --git a/resources/views/filament/pages/welcome.blade.php b/resources/views/filament/pages/welcome.blade.php new file mode 100644 index 0000000..91caa77 --- /dev/null +++ b/resources/views/filament/pages/welcome.blade.php @@ -0,0 +1,19 @@ + + +

Welcome to CRI Digital Manufacturing IIOT

+ +
+ CRI Digital Manufacturing IIoT +
+ +

+ This dashboard provides real-time visibility into your manufacturing operations, + enabling you to monitor production, track performance, and make data-driven decisions + across plants and lines—all from one centralized platform. +

+ +
-- 2.49.1