We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a07022b + 57d157a commit 5cbbeabCopy full SHA for 5cbbeab
1 file changed
resources/views/admin/core/invoices/show.blade.php
@@ -165,6 +165,7 @@ class="hs-tab-active:font-semibold hs-tab-active:border-blue-600 hs-tab-active:t
165
</div>
166
@endif
167
168
+ @stack('invoice-sidebar')
169
170
@if ($invoice->isDraft() && staff_has_permission('admin.create_invoices'))
171
<form method="POST" action="{{ route($routePath . '.validate', ['invoice' => $invoice]) }}">
0 commit comments