14 lines
609 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">
<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>