From dde40993fef29e745b0c9cf41e7b7a8e93ef787a Mon Sep 17 00:00:00 2001 From: lukibeg Date: Sat, 8 Nov 2025 19:56:14 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Componente=20para=20adi=C3=A7=C3=A3o=20?= =?UTF-8?q?de=20flash=20messages=20ap=C3=B3s=20determinadas=20a=C3=A7?= =?UTF-8?q?=C3=B5es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/View/Components/FlashMessages.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app/View/Components/FlashMessages.php diff --git a/app/View/Components/FlashMessages.php b/app/View/Components/FlashMessages.php new file mode 100644 index 0000000..6b5d455 --- /dev/null +++ b/app/View/Components/FlashMessages.php @@ -0,0 +1,26 @@ +