fix invoice bug

master
A1Gard 2 days ago
parent aa3f6e06e6
commit dcb556edcf

@ -189,9 +189,10 @@
-
@else
@foreach($order->quantity->meta as $m)
<span>
{{$m->human_value}}
</span>
<div title="{{$m['label']}}" class="float-start p-2">
{{$m['label']}}:
{!! $m['human_value']??'-' !!}
</div>
@endforeach
@endif
</td>

@ -69,7 +69,7 @@
@else
@foreach($order->quantity->meta as $m)
<span>
{{$m->human_value}}
{!! $m['human_value']??'-' !!}
</span>
@endforeach
@endif

Loading…
Cancel
Save