v2 first commit
This commit is contained in:
13
resources/views/reports/tax_summary/content/header.blade.php
Normal file
13
resources/views/reports/tax_summary/content/header.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<div class="table-responsive mt-4">
|
||||
<table class="table align-items-center">
|
||||
<thead class="border-top-style">
|
||||
<tr>
|
||||
<th> </th>
|
||||
@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>
|
||||
</table>
|
||||
</div>
|
Reference in New Issue
Block a user