14 lines
457 B
PHP
Raw Normal View History

2019-11-16 10:21:14 +03:00
<div class="table-responsive mt-4">
<table class="table align-items-center">
<thead class="border-top-style">
<tr>
<th>&nbsp;</th>
@foreach($class->dates as $date)
<th class="text-right pl-0">{{ $date }}</th>
@endforeach
<th class="text-right pl-0">{{ trans_choice('general.totals', 1) }}</th>
</tr>
</thead>
</table>
</div>