This commit is contained in:
ludo
2023-11-25 20:23:21 +01:00
parent 82b864768e
commit 9949ae95cf
7 changed files with 46 additions and 44 deletions

View File

@@ -45,17 +45,13 @@
])
</div>
<div class="col-6">
@include('components.form.select', [
'label' => 'Règlement',
'name' => 'payment_type',
'list' => $payment_types ?? [],
'value' => $invoice['order']['payment_type'],
'class' => 'select2',
'disabled' => false,
])
</div>
</div>
@include('Admin.Shop.Invoices.partials.payments')
<x-card class="bg-darker">
@include('Admin.Shop.Invoices.partials.payments', [
'payments' => $invoice['payments'] ?? false,
])
</x-card>
</div>
</div>
<div class="row mb-3">