This is the view page along with the url parameter when new entering the menu : url parameter when new entering the menu
Then, this is the url parameter when i press the other tab : url paramater in tab 2
Then, this is my controller
return redirect()->back()->with('status', 'Success updated data');
The problem is when i successfully add data, it will always redirect to the first tab and the parameter # tabs-icons-text-2/ in the url address will disappear, thank you.