table.blade.php
TLDR
This file contains a Blade template for rendering an HTML table in an email. It uses the Illuminate\Mail\Markdown
class to parse the content of the table.
Classes
No classes found in this file
<div class="table">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</div>