I have fixed the issue. For whoever ends up having the same problem or something similar maybe this will help.
The only thing I did though was change
return View::make('users::index' , $id);
to
return Redirect::route('admin.users.index', $id);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community