2019-11-28 11:18:58 +03:00
|
|
|
<div class="table-responsive overflow-auto">
|
2019-11-16 10:21:14 +03:00
|
|
|
<table class="table align-items-center">
|
|
|
|
<thead class="border-top-style">
|
|
|
|
<tr>
|
|
|
|
<th style="width: 152px;"></th>
|
|
|
|
@foreach($class->dates as $date)
|
|
|
|
<th class="text-right">{{ $date }}</th>
|
|
|
|
@endforeach
|
|
|
|
<th class="text-right">{{ trans_choice('general.totals', 1) }}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
</div>
|