10 lines
188 B
PHP
10 lines
188 B
PHP
@props(['url'])
|
|
<a href="{{ $url }}">
|
|
<img
|
|
alt="STEMMechanics Logo"
|
|
src="https://www.stemmechanics.com.au/logo.svg"
|
|
width="200"
|
|
height="31"
|
|
/>
|
|
</a>
|