2019-11-28 11:18:58 +03:00
|
|
|
<div class="table-responsive overflow-auto">
|
2020-01-18 18:45:40 +03:00
|
|
|
<table class="table align-items-center rp-border-collapse">
|
2019-11-16 10:21:14 +03:00
|
|
|
<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">{{ trans_choice('general.totals', 1) }}</th>
|
2019-11-16 10:21:14 +03:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
</div>
|