I pass the id with the route, and the route is directed to the controller.
<a href="{{URL::to('editShopKeeper/' . $shopkeeper->id . '/edit')}}">
it fetches correct id and it goes to url ,but the page css and jquery does not load, because id is appended to url. Can anyone please help me to solve the problem.
"NetworkError: 404 Not Found - http://localhost/fg/public/editShopKeeper/9/assets/icons/flags/flags.min.css" flags.min.css "NetworkError: 404 Not Found - http://localhost/fg/public/editShopKeeper/9/bower_components/uikit/css/uikit.almost-flat.min.css"