I have problem to provide assets such as images, css, javascript when using module. Each module has each set of assets such as javascript, css, images inside of resources folder of that particular module and that i just compiled to inside of public folder of module. I have problem to provide to link to that assets.
I provide the link like this way
<link href="{{ asset('modules/robust/core/public/admin/css/app.css') }}" rel="stylesheet">
I think i should define the custom path for the module assets But i do not know how to do that. Please help me.
Folder structure is like this.