7 lines
255 B
PHP
7 lines
255 B
PHP
<thead>
|
|
<tr class="border-b border-purple">
|
|
<th class="ltr:text-left rtl:text-right text-xl text-purple font-bold uppercase print-heading" colspan="{{ count($class->dates) + 2 }}">
|
|
{{ $table_name }}
|
|
</th>
|
|
</tr>
|
|
</thead> |