Fixed the names of stacks in blades (transaction & transfer)
This commit is contained in:
parent
6dd2645106
commit
b5b8319efc
@ -264,6 +264,9 @@
|
|||||||
@stack('email_input_end')
|
@stack('email_input_end')
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@stack('amount_input_start')
|
||||||
|
@stack('amount_input_end')
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
@stack('from_account_start')
|
@stack('from_account_start')
|
||||||
<table class="border-bottom-1">
|
<table class="border-bottom-1">
|
||||||
<tbody>
|
<tbody>
|
||||||
@stack('from_account_id_start')
|
@stack('from_account_id_input_start')
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 60%; padding: 0 0 15px 0;">
|
<td style="width: 60%; padding: 0 0 15px 0;">
|
||||||
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
||||||
@ -86,7 +86,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('from_account_id_end')
|
@stack('from_account_id_input_end')
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@stack('from_account_end')
|
@stack('from_account_end')
|
||||||
@ -94,7 +94,7 @@
|
|||||||
@stack('to_account_start')
|
@stack('to_account_start')
|
||||||
<table class="border-bottom-1" style="margin-top:15px;">
|
<table class="border-bottom-1" style="margin-top:15px;">
|
||||||
<tbody>
|
<tbody>
|
||||||
@stack('to_account_id_start')
|
@stack('to_account_id_input_start')
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 60%; padding: 0 0 15px 0;">
|
<td style="width: 60%; padding: 0 0 15px 0;">
|
||||||
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
||||||
@ -178,7 +178,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('to_account_id_end')
|
@stack('to_account_id_input_end')
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@stack('to_account_end')
|
@stack('to_account_end')
|
||||||
@ -247,19 +247,20 @@
|
|||||||
</tr>
|
</tr>
|
||||||
@stack('description_input_end')
|
@stack('description_input_end')
|
||||||
|
|
||||||
|
@stack('amount_input_start')
|
||||||
|
@stack('amount_input_end')
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@stack('details_end')
|
@stack('details_end')
|
||||||
|
|
||||||
@stack('amount_start')
|
|
||||||
<table style="text-align: right; margin-top:55px;">
|
<table style="text-align: right; margin-top:55px;">
|
||||||
@stack('amount_table_start')
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" style="width:80%; display:block; float:right; background-color: #55588B; -webkit-print-color-adjust: exact; color:#ffffff; border-radius: 5px;">
|
<td valign="center" style="width:80%; display:block; float:right; background-color: #55588B; -webkit-print-color-adjust: exact; color:#ffffff; border-radius: 5px;">
|
||||||
<table>
|
<table>
|
||||||
@stack('amount_input_start')
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" class="font-semibold" style="padding:0; font-size: 14px; color:#ffffff;">
|
<td valign="center" class="font-semibold" style="padding:0; font-size: 14px; color:#ffffff;">
|
||||||
<span class="ml-2">
|
<span class="ml-2">
|
||||||
@ -269,11 +270,8 @@
|
|||||||
<x-money :amount="$transfer->expense_transaction->amount" :currency="$transfer->expense_transaction->currency_code" convert />
|
<x-money :amount="$transfer->expense_transaction->amount" :currency="$transfer->expense_transaction->currency_code" convert />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('amount_input_end')
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('amount_table_end')
|
|
||||||
</table>
|
</table>
|
||||||
@stack('amount_end')
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
@stack('from_account_start')
|
@stack('from_account_start')
|
||||||
<table style="width: 100%; margin-top:35px;">
|
<table style="width: 100%; margin-top:35px;">
|
||||||
<tbody>
|
<tbody>
|
||||||
@stack('from_account_id_start')
|
@stack('from_account_id_input_start')
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border-bottom-1 border-top-1" style="width: 60%; padding: 15px 0 15px 0;">
|
<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;">
|
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
||||||
@ -152,7 +152,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('from_account_id_end')
|
@stack('from_account_id_input_end')
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@stack('from_account_end')
|
@stack('from_account_end')
|
||||||
@ -160,7 +160,7 @@
|
|||||||
@stack('to_account_start')
|
@stack('to_account_start')
|
||||||
<table style="width: 100%; margin-top:15px;">
|
<table style="width: 100%; margin-top:15px;">
|
||||||
<tbody>
|
<tbody>
|
||||||
@stack('to_account_id_start')
|
@stack('to_account_id_input_start')
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 60%; padding: 0 0 15px 0;">
|
<td style="width: 60%; padding: 0 0 15px 0;">
|
||||||
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
||||||
@ -242,20 +242,20 @@
|
|||||||
@stack('to_account_address_input_end')
|
@stack('to_account_address_input_end')
|
||||||
</table>
|
</table>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@stack('amount_input_start')
|
||||||
|
@stack('amount_input_end')
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('to_account_id_end')
|
@stack('to_account_id_input_end')
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@stack('to_account_end')
|
@stack('to_account_end')
|
||||||
|
|
||||||
@stack('amount_start')
|
|
||||||
<table style="text-align: right;">
|
<table style="text-align: right;">
|
||||||
@stack('amount_table_start')
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" style="width:80%; display:block; float:right;">
|
<td valign="center" style="width:80%; display:block; float:right;">
|
||||||
<table>
|
<table>
|
||||||
@stack('amount_input_start')
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" class="font-semibold" style="padding:0; font-size: 14px;">
|
<td valign="center" class="font-semibold" style="padding:0; font-size: 14px;">
|
||||||
<span class="ml-2">
|
<span class="ml-2">
|
||||||
@ -265,11 +265,8 @@
|
|||||||
<x-money :amount="$transfer->expense_transaction->amount" :currency="$transfer->expense_transaction->currency_code" convert />
|
<x-money :amount="$transfer->expense_transaction->amount" :currency="$transfer->expense_transaction->currency_code" convert />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('amount_input_end')
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('amount_table_end')
|
|
||||||
</table>
|
</table>
|
||||||
@stack('amount_end')
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
@stack('from_account_start')
|
@stack('from_account_start')
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
@stack('from_account_id_start')
|
@stack('from_account_id_input_start')
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding:0;">
|
<td style="padding:0;">
|
||||||
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
||||||
@ -90,7 +90,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('from_account_id_end')
|
@stack('from_account_id_input_end')
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@stack('from_account_end')
|
@stack('from_account_end')
|
||||||
@ -100,7 +100,7 @@
|
|||||||
@stack('to_account_start')
|
@stack('to_account_start')
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
@stack('to_account_id_start')
|
@stack('to_account_id_input_start')
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding:0;">
|
<td style="padding:0;">
|
||||||
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
<div class="mb-1 font-semibold" style="font-size: 14px; margin-bottom: 15px;">
|
||||||
@ -184,7 +184,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('to_account_id_end')
|
@stack('to_account_id_input_end')
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@stack('to_account_end')
|
@stack('to_account_end')
|
||||||
@ -257,19 +257,19 @@
|
|||||||
</tr>
|
</tr>
|
||||||
@stack('description_input_end')
|
@stack('description_input_end')
|
||||||
|
|
||||||
|
@stack('amount_input_start')
|
||||||
|
@stack('amount_input_end')
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@stack('details_end')
|
@stack('details_end')
|
||||||
|
|
||||||
@stack('amount_start')
|
|
||||||
<table style="text-align: right;">
|
<table style="text-align: right;">
|
||||||
@stack('amount_table_start')
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" style="width:80%; display:block; float:right;">
|
<td valign="center" style="width:80%; display:block; float:right;">
|
||||||
<table>
|
<table>
|
||||||
@stack('amount_input_start')
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="center" class="font-semibold" style="width: 80%; padding:0; font-size: 14px;">
|
<td valign="center" class="font-semibold" style="width: 80%; padding:0; font-size: 14px;">
|
||||||
<span class="ml-2">
|
<span class="ml-2">
|
||||||
@ -279,11 +279,8 @@
|
|||||||
<x-money :amount="$transfer->expense_transaction->amount" :currency="$transfer->expense_transaction->currency_code" convert />
|
<x-money :amount="$transfer->expense_transaction->amount" :currency="$transfer->expense_transaction->currency_code" convert />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('amount_input_end')
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@stack('amount_table_end')
|
|
||||||
</table>
|
</table>
|
||||||
@stack('amount_end')
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user