Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 16s
Laravel Larastan / larastan (pull_request) Failing after 10m18s
Laravel Pint / pint (pull_request) Successful in 10m37s
20 lines
643 B
PHP
20 lines
643 B
PHP
<x-filament-panels::page>
|
|
|
|
<h1 class="text-3xl font-bold mb-6">Welcome to CRI Digital Manufacturing IIOT</h1>
|
|
|
|
<div class="w-full overflow-hidden rounded-xl shadow">
|
|
<img
|
|
src="{{ asset('images/iiot-banner.jpg') }}"
|
|
alt="CRI Digital Manufacturing IIoT"
|
|
class="w-full h-64 object-cover"
|
|
>
|
|
</div>
|
|
|
|
<p class="text-lg text-gray-600 mb-6">
|
|
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.
|
|
</p>
|
|
|
|
</x-filament-panels::page>
|