I use "return redirect()->route()" to routing but I have a tab named "#tab4" but cannot add this to url with redirect()->route. I want to show the same tab after submit but cannot set the url.when I use redirect()->back(), cannot see success message and page does not resresh. How to do that in laravel?
sessionsuccess("asdfghj.");
return redirect()->route('manage.customers.detail', ['account' => $this->account->id]);
the url I want: http://localhost:8000/manage/customers/detail/9#tab4