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>
|
2020-01-17 16:26:08 +03:00
|
|
|
<th class="report-column text-right rp-border-bottom-1"></th>
|
2019-11-16 10:21:14 +03:00
|
|
|
@foreach($class->dates as $date)
|
2020-01-17 16:26:08 +03:00
|
|
|
<th class="report-column text-right px-0 rp-border-bottom-1">{{ $date }}</th>
|
2019-11-16 10:21:14 +03:00
|
|
|
@endforeach
|
2020-01-17 16:26:08 +03:00
|
|
|
<th class="report-column text-right rp-border-bottom-1">
|
2020-01-14 14:47:05 +03:00
|
|
|
{{ trans_choice('general.totals', 1) }}
|
2020-01-13 15:55:28 +03:00
|
|
|
</th>
|
2019-11-16 10:21:14 +03:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
</div>
|