Reusing svg paths with Laravel Blade
– 10 minute read
Laravel
Blade
Performance
As a webdeveloper I use SVG icons quite often. In the server-side rendered world I inhabit it is common practice to extract these icons into their own components or use the excellent Blade icons package. Simply slap the SVG markup it on the page and call...
Read more