Gutschriften manuell hinzufügen, Yard 0& tax

This commit is contained in:
Kevin Adametz 2021-05-12 15:44:48 +02:00
parent e670b92f5d
commit c02fffd883
24 changed files with 497 additions and 68 deletions

View file

@ -343,6 +343,17 @@
</td>
</tr>
@endforeach
@foreach($user_credits->credits as $credit)
<tr class="item">
<td class="small text-left">
{!! nl2br($credit->message) !!} / {{ $credit->created_at }}
</td>
<td class="text-right small">
{{ \App\Services\Util::formatNumber($credit->net) }} &euro;*
</td>
</tr>
@endforeach
</tbody>
<tfoot>
<tr class="fullline">