Added an appointment cancellation button
This commit is contained in:
11
resources/views/vendor/mail/html/header.blade.php
vendored
Normal file
11
resources/views/vendor/mail/html/header.blade.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<tr>
|
||||
<td class="header">
|
||||
<a href="{{ $url }}" style="display: inline-block;">
|
||||
@if (trim($slot) === 'Laravel')
|
||||
<img src="{{ config('adminlte.logo_img') }}" height="100px" style="border-radius: 100px" class="logo" alt="App Logo">
|
||||
@else
|
||||
{{ $slot }}
|
||||
@endif
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
Reference in New Issue
Block a user