From f660611ed3bcec816f42c3240e164a45495662b9 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Wed, 10 Apr 2024 17:10:25 -0400 Subject: [PATCH] Add skeleton new page --- app/Filament/Pages/Introduction.php | 12 ++++++++++++ .../views/filament/pages/introduction.blade.php | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 app/Filament/Pages/Introduction.php create mode 100644 resources/views/filament/pages/introduction.blade.php diff --git a/app/Filament/Pages/Introduction.php b/app/Filament/Pages/Introduction.php new file mode 100644 index 000000000..d32e4ef35 --- /dev/null +++ b/app/Filament/Pages/Introduction.php @@ -0,0 +1,12 @@ + + +