updated to laravel 11
This commit is contained in:
14
resources/views/vendor/mail/html/header.blade.php
vendored
Normal file
14
resources/views/vendor/mail/html/header.blade.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
@props(['url', 'username'])
|
||||
<tr>
|
||||
<td class="header">
|
||||
<a href="{{ $url }}" style="display: inline-block;">
|
||||
<img
|
||||
alt="STEMMechanics Logo"
|
||||
src="https://www.stemmechanics.com.au/assets/logo.webp"
|
||||
width="200"
|
||||
height="31"
|
||||
/>
|
||||
</a>
|
||||
<h1>Hello, {{ $username }}</h1>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user