20-02-2026
This commit is contained in:
parent
a8b395e20d
commit
a00c42e770
252 changed files with 28785 additions and 8907 deletions
|
|
@ -312,6 +312,11 @@
|
|||
@if($shopping_order->payment_for === 6)
|
||||
<div id="detail_box_right" class="for_shop">
|
||||
<table>
|
||||
@if(isset($is_copy) && $is_copy)
|
||||
<tr>
|
||||
<td colspan="2" class="text-left" style="font-weight: bold; color: #666;">{{ __('pdf.delivery_copy') }}: {{ strtoupper(app()->getLocale()) }}</td>
|
||||
</tr>
|
||||
@endif
|
||||
<tr>
|
||||
<td class="text-left">{{ __('pdf.date') }}:</td>
|
||||
<td class="text-right">{{ $invoice_date }}</td>
|
||||
|
|
@ -329,6 +334,11 @@
|
|||
@else
|
||||
<div id="detail_box_right" class="for_member">
|
||||
<table>
|
||||
@if(isset($is_copy) && $is_copy)
|
||||
<tr>
|
||||
<td colspan="2" class="text-left" style="font-weight: bold; color: #666;">{{ __('pdf.delivery_copy') }}: {{ strtoupper(app()->getLocale()) }}</td>
|
||||
</tr>
|
||||
@endif
|
||||
<tr>
|
||||
<tr>
|
||||
<td class="text-left">{{ __('pdf.adviser_id') }}:</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue