Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Last active March 12, 2023 13:32
Show Gist options
  • Save AndriyShepitsen/5901327 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5901327 to your computer and use it in GitHub Desktop.
Laravel Link to Named Route with an Image (Logo etc.)
<a href="{{URL::route('home')}}" title="Home Page">
<img src="{{url('comp/img/logo.png')}}" alt="Logo">
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment