master

laravel/framework

Last updated at: 29/12/2023 09:24

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>