2020-03-10 15:14:35 +03:00
|
|
|
<div class="table-responsive mt-4">
|
2020-01-28 15:51:36 +03:00
|
|
|
<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-03-09 17:17:42 +03:00
|
|
|
<tr class="row rp-border-bottom-1 font-size-unset px-3">
|
2020-03-10 14:54:20 +03:00
|
|
|
<th class="{{ $class->column_name_width }} text-right px-0 border-top-0"></th>
|
2019-11-16 10:21:14 +03:00
|
|
|
@foreach($class->dates as $date)
|
2020-03-10 14:54:20 +03:00
|
|
|
<th class="{{ $class->column_value_width }} text-right px-0 border-top-0">{{ $date }}</th>
|
2019-11-16 10:21:14 +03:00
|
|
|
@endforeach
|
2020-03-10 14:54:20 +03:00
|
|
|
<th class="{{ $class->column_name_width }} text-uppercase text-right border-top-0">
|
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>
|