From 0aec35ad2409578c22ec48c5b49183676d82f5a6 Mon Sep 17 00:00:00 2001 From: samy Date: Mon, 4 Aug 2025 22:01:02 -1000 Subject: [PATCH] Add notification toast triggerd by event and showed with Alpine --- .../notifications/event-toast.blade.php | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 resources/views/components/notifications/event-toast.blade.php diff --git a/resources/views/components/notifications/event-toast.blade.php b/resources/views/components/notifications/event-toast.blade.php new file mode 100644 index 0000000..32a118e --- /dev/null +++ b/resources/views/components/notifications/event-toast.blade.php @@ -0,0 +1,40 @@ +@props([ +'eventName' => 'showToast', +'position' => 'toast-top toast-center', +]) + +
+ +