show your controller code?
Oct 24, 2022
7
Level 1
Redirect and flash messages
Hi!
I'm have the index pages with delete button to each element. When element deleted, I'm need to generate toast motification, but it's don't work, help me pleasem, to understand why...))
In my case, on page /data/ i show list of elements, when i'm click to delete button i'm execute destroy function,
Inertia.delete(/data/${id}),
In controller i'm delete model and do redirect: return Redirect::route('data')->with('success', 'Deleted');
But my flash variable is empty and i don't understand why?
And, if I do index page on other url (for example, /list) and after redirect to data, it's worked as needed.
Please or to participate in this conversation.