23-01-2026
This commit is contained in:
parent
07959c0ba2
commit
854ce02bf6
166 changed files with 32909 additions and 1262 deletions
9
resources/views/vendor/mail/html/table.blade.php
vendored
Normal file
9
resources/views/vendor/mail/html/table.blade.php
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" style="margin: 30px 0;">
|
||||
<tr>
|
||||
<td style="padding: 0;">
|
||||
<div class="table" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.6; color: #2a2a2a;">
|
||||
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Loading…
Add table
Add a link
Reference in a new issue