Last active
March 12, 2023 13:32
-
-
Save AndriyShepitsen/5901327 to your computer and use it in GitHub Desktop.
Laravel Link to Named Route with an Image (Logo etc.)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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