Linking to theme assets
Theme assets should be placed in a directory named public
in the Resources
directory of the bundle.
Theme assets can then be embedded in templates by calling the asset()
function.
`{{ asset('images/info.png') }}`
This would generate a link to an image called
info.png
within the directoryResources/public/images/