asset url
Using Asset directive you can display absolute path of the file stored in the /public directory.
{{ asset('images/site-logo.png') }}
copy
Using Asset directive you can display absolute path of the file stored in the /public directory.
{{ asset('images/site-logo.png') }}
copy