From ac4da06d91b4e61122ac5d583cf8000b23288b88 Mon Sep 17 00:00:00 2001 From: samy Date: Sat, 16 Aug 2025 14:15:43 -1000 Subject: [PATCH] Add cool helper footer to display hint for the user --- .../views/components/help/footer.blade.php | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 resources/views/components/help/footer.blade.php diff --git a/resources/views/components/help/footer.blade.php b/resources/views/components/help/footer.blade.php new file mode 100644 index 0000000..738d8fa --- /dev/null +++ b/resources/views/components/help/footer.blade.php @@ -0,0 +1,42 @@ +
+ + + +
\ No newline at end of file