M
Size: a a a
M
M
IT
IT
IT
M
<select class="form-control form-control-sm" name="shipping_id" data-request="onChangeShipping" data-request-data="offer_id: '{{ offer.id }}'">
{% for shipping in offer.getInheritShippings() %}
<option value="{{ shipping.id }}" {% if offer.pivot.shipping_id == shipping.id %}selected="selected"{% endif %}>{{ shipping.title }}</option>
{% endfor %}
</select>
M
IT
M
IT
IT
ТН
S
ТН
ТН
ТН
S
ТН
S
S