16 lines
632 B
PHP
Raw Normal View History

2020-01-28 15:51:36 +03:00
<div class="table-responsive overflow-auto mt-4">
<table class="table table-hover align-items-center rp-border-collapse">
2019-11-16 10:21:14 +03:00
<thead class="border-top-style">
2020-01-18 18:45:40 +03:00
<tr class="rp-border-bottom-1">
<th class="report-column text-right"></th>
2019-11-16 10:21:14 +03:00
@foreach($class->dates as $date)
2020-01-18 18:45:40 +03:00
<th class="report-column text-right px-0">{{ $date }}</th>
2019-11-16 10:21:14 +03:00
@endforeach
2020-01-28 15:51:36 +03:00
<th class="report-column text-right text-uppercase">
2020-01-14 14:47:05 +03:00
{{ trans_choice('general.totals', 1) }}
</th>
2019-11-16 10:21:14 +03:00
</tr>
</thead>
</table>
</div>