Fixed the names of stacks in blades (transaction & transfer)

This commit is contained in:
EnesSacid-Buker
2022-11-03 14:52:10 +03:00
committed by GitHub
parent 6dd2645106
commit b5b8319efc
4 changed files with 25 additions and 30 deletions

View File

@ -68,7 +68,7 @@
@stack('from_account_start')
<table style="width: 100%; margin-top:35px;">
<tbody>
@stack('from_account_id_start')
@stack('from_account_id_input_start')
<tr>
<td class="border-bottom-1 border-top-1" style="width: 60%; padding: 15px 0 15px 0;">
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
@ -152,7 +152,7 @@
@endif
</td>
</tr>
@stack('from_account_id_end')
@stack('from_account_id_input_end')
</tbody>
</table>
@stack('from_account_end')
@ -160,7 +160,7 @@
@stack('to_account_start')
<table style="width: 100%; margin-top:15px;">
<tbody>
@stack('to_account_id_start')
@stack('to_account_id_input_start')
<tr>
<td style="width: 60%; padding: 0 0 15px 0;">
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
@ -242,20 +242,20 @@
@stack('to_account_address_input_end')
</table>
@endif
@stack('amount_input_start')
@stack('amount_input_end')
</td>
</tr>
@stack('to_account_id_end')
@stack('to_account_id_input_end')
</tbody>
</table>
@stack('to_account_end')
@stack('amount_start')
<table style="text-align: right;">
@stack('amount_table_start')
<tr>
<td valign="center" style="width:80%; display:block; float:right;">
<table>
@stack('amount_input_start')
<tr>
<td valign="center" class="font-semibold" style="padding:0; font-size: 14px;">
<span class="ml-2">
@ -265,11 +265,8 @@
<x-money :amount="$transfer->expense_transaction->amount" :currency="$transfer->expense_transaction->currency_code" convert />
</td>
</tr>
@stack('amount_input_end')
</table>
</td>
</tr>
@stack('amount_table_end')
</table>
@stack('amount_end')
</div>