'fixes'
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
])
|
||||
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<div class="col-5">
|
||||
@include('components.form.inputs.number', [
|
||||
'name' => 'quantity',
|
||||
'id_name' => $model . '-quantity',
|
||||
'value' => 1,
|
||||
])
|
||||
</div>
|
||||
<div class="col-8 text-right">
|
||||
<div class="col-7 text-right">
|
||||
<span id="{{ $model }}-price" style="font-size:2em; font-weight: 600;">
|
||||
{{ $data[0]['prices'][0]['price_taxed'] }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user