14 lines
573 B
PHP
Raw Normal View History

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">{{ trans_choice('general.totals', 1) }}</th>
2019-11-16 10:21:14 +03:00
</tr>
</thead>
</table>
</div>