Skip to content

Commit

Permalink
Comment added to stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
EnesSacid-Buker committed Nov 3, 2022
1 parent b5b8319 commit dcadb0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -265,6 +265,7 @@
@endif

@stack('amount_input_start')
{{-- The reason for adding the amount part here is because the amount style is broken in the view. --}}
@stack('amount_input_end')

<tr>
Expand Down
Expand Up @@ -248,6 +248,7 @@
@stack('description_input_end')

@stack('amount_input_start')
{{-- The reason for adding the amount part here is because the amount style is broken in the view. --}}
@stack('amount_input_end')

<tr>
Expand Down
Expand Up @@ -244,6 +244,7 @@
@endif

@stack('amount_input_start')
{{-- The reason for adding the amount part here is because the amount style is broken in the view. --}}
@stack('amount_input_end')
</td>
</tr>
Expand Down
Expand Up @@ -258,6 +258,7 @@
@stack('description_input_end')

@stack('amount_input_start')
{{-- The reason for adding the amount part here is because the amount style is broken in the view. --}}
@stack('amount_input_end')

<tr>
Expand Down

0 comments on commit dcadb0f

Please sign in to comment.