@if (is_incevio_package_loaded('pharmacy'))
@include('pharmacy::inventory_form')
@endif
@if ($product->downloadable)
{!! Form::hidden('stock_quantity', 1) !!}
@if (isset($inventory))
@foreach ($inventory->attachments as $attachment)
-
@endforeach
@endif
@endif
@if ($requires_shipping && !$product->downloadable)
@endif
@if ($attributes->count())
@endif