v2 first commit
This commit is contained in:
13
resources/views/partials/reports/table/header.blade.php
Normal file
13
resources/views/partials/reports/table/header.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<thead class="thead-light">
|
||||
<tr>
|
||||
@if ($table == 'default')
|
||||
<th>{{ $class->groups[$class->report->group] }}</th>
|
||||
@else
|
||||
<th class="text-right pl-0">{{ $table }}</th>
|
||||
@endif
|
||||
@foreach($class->dates as $date)
|
||||
<th class="text-right pl-0">{{ $date }}</th>
|
||||
@endforeach
|
||||
<th class="text-right pl-0">{{ trans_choice('general.totals', 1) }}</th>
|
||||
</tr>
|
||||
</thead>
|
Reference in New Issue
Block a user