dynamic routing for images in laravel
问题 I have a big deal with image or some features routing in laravel ... for example I have a dashboard page that has @yield('content') ... in dashboard there are some images like logo.png / background-pattern.png & ... . when I get a url for them for example src="assets/img/logo.png" . it's ok for urls like Route::get('/reports' ...) but it doesnt work for Route::get('/report/crete' ...) page . for create page I should give a src like src="../assets/img/logo.png" how can I give the url