update payments and vat mentions

This commit is contained in:
ludo
2023-12-21 23:04:42 +01:00
parent 643c26d549
commit 8a463e7b9e
13 changed files with 86 additions and 143 deletions

View File

@@ -13,7 +13,7 @@
<h5>
<a href="{{ route('Admin.Shop.Invoices.edit', ['id' => $order['invoice']['id']]) }}"
class="btn btn-success">
<i class="fa fa-file-invoice"></i>
<i class="fa fa-fw fa-file-invoice"></i>
</a>
Commande : {{ $order['ref'] }}
<span class="small">
@@ -29,11 +29,10 @@
<div class="row mb-3">
<div class="col-6">
<h5>
{{ $order['customer']['first_name'] }} {{ $order['customer']['last_name'] }}
@if ($order['customer']['company'])
<br>
{{ $order['customer']['company'] }}
Société : {{ $order['customer']['company'] }}<br />
@endif
{{ $order['customer']['first_name'] }} {{ $order['customer']['last_name'] }}
</h5>
<h6>
@@ -49,6 +48,13 @@
</x-card>
@endif
@if ($order['comment'])
<x-card title="Commentaire" class="mt-3">
{{ $order['comment'] }}
</x-card>
@endif
</div>
<div class="col-6">
<div class="row mb-3">
@@ -103,6 +109,7 @@
</div>
</x-card>
@endif
</div>
</div>
<div class="row mb-3">