Livewire Session flash not showing after redirect to another page – Jquery
I'm using livewire to create a form that a user has to fill up.After that if the form is completed i redirect the user to his dashboard with a session flash. //CreateAppointment.php public function createAppointment(){ $this->insertAppointment(); session()->flash("appointment", "Your appointment sent…