report alignment and big test values fixed
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<div class="table-responsive mt-4 overflow-auto">
|
||||
<div class="table-responsive overflow-auto mt-5">
|
||||
<table class="table align-items-center">
|
||||
<thead class="border-top-style">
|
||||
<tfoot class="border-top-style">
|
||||
<tr>
|
||||
<th style="width: 179px;">{{ trans('reports.net_profit') }}</th>
|
||||
<th class="long-texts report-column">{{ trans('reports.net_profit') }}</th>
|
||||
@foreach($class->net_profit as $profit)
|
||||
<th class="text-right">@money($profit, setting('default.currency'), true)</th>
|
||||
<th class="long-texts report-column">@money($profit, setting('default.currency'), true)</th>
|
||||
@endforeach
|
||||
<th class="text-right">@money(array_sum($class->net_profit), setting('default.currency'), true)</th>
|
||||
<th class="long-texts report-column">
|
||||
@money(array_sum($class->net_profit), setting('default.currency'), true)
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user