Transfer create and edit currency rate styling..

This commit is contained in:
Cüneyt Şentürk
2021-07-28 16:13:01 +03:00
parent 1689c9139e
commit 64b640e5b3
6 changed files with 152 additions and 38 deletions

View File

@ -35,13 +35,13 @@
@if (!$hideHeaderAmount)
<div class="{{ $classHeaderAmount }}">
<span class="float-right">
{{ trans($textHeaderAmount) }}
{{ trans($textHeaderAmount) }}
</span>
<br>
<strong>
<span class="float-right long-texts mwpx-100 transaction-head-text">
@money($transfer->expense_transaction->amount, $transfer->from_currency_code, true)
@money($transfer->expense_transaction->amount, $transfer->expense_transaction->currency_code, true)
</span>
</strong>
<br><br>