updated blade components

This commit is contained in:
Denis Duliçi
2023-07-11 12:17:01 +03:00
parent bfb37c62c6
commit 49a04cd854
29 changed files with 63 additions and 63 deletions

View File

@@ -137,7 +137,7 @@
<x-table.td class="w-6/12 sm:w-2/12" kind="amount">
@stack('amount_td_inside_start')
<x-money :amount="$item->amount" :currency="$item->currency_code" convert />
<x-money :amount="$item->amount" :currency="$item->currency_code" />
@stack('amount_td_inside_end')
</x-table.td>

View File

@@ -49,7 +49,7 @@
</x-table.td>
<x-table.td class="w-3/12" kind="amount">
<x-money :amount="$item->amount" :currency="$item->currency_code" convert />
<x-money :amount="$item->amount" :currency="$item->currency_code" />
</x-table.td>
</x-table.tr>
@endforeach