<table class="w-full text-body-sm">
    <thead>
        <tr class="font-bold min-h-14 border-b border-brand-500">
            <th class="p-2 text-left w-auto">N° Commande</th>
            <th class="p-2 text-left w-auto">Date</th>
            <th class="p-2 text-left w-auto hidden md:table-cell">Total</th>
            <th class="p-2 text-left w-auto hidden md:table-cell">Statut</th>
            <th class="p-2 text-center w-1">Détail</th>
        </tr>
    </thead>
    <tbody>

    </tbody>
</table>
<table class="w-full text-body-sm">
    <thead>
    <tr class="font-bold min-h-14 border-b border-brand-500">
        <th class="p-2 text-left w-auto">N° Commande</th>
        <th class="p-2 text-left w-auto">Date</th>
        <th class="p-2 text-left w-auto hidden md:table-cell">Total</th>
        <th class="p-2 text-left w-auto hidden md:table-cell">Statut</th>
        <th class="p-2 text-center w-1">Détail</th>
    </tr>
    </thead>
    <tbody>
        {% block yield %}
            {{ yield }}
        {% endblock %}
    </tbody>
</table>
/* No context defined. */

No notes defined.