Gutschriften manuell hinzufügen, Yard 0& tax
This commit is contained in:
parent
e670b92f5d
commit
c02fffd883
24 changed files with 497 additions and 68 deletions
|
|
@ -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) }} €*
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr class="fullline">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue