@if (in_array('stock.pos.location.update', $user_rights))
@else
{{ $merchant_product->pos_stock_location_link }}
@endif
@if (in_array('stock.pos.link.update', $user_rights))
@else
{{ $merchant_product->pos_link }}
@endif
{{ isset($merchant_product->current_stock_amount) ? $merchant_product->current_stock_amount : 0 }} units
@if($merchant_product->info->mass_volume_type_id != 5)
{{ isset($merchant_product->current_stock_units) ? $merchant_product->current_stock_units : 0 }} {{ $merchant_product->info->unit->title }}
@endif
@if (in_array('stock.product.supplier.update', $user_rights))
{{ Form::select(null, $suppliers, $merchant_product->supplier_id, ['class' => 'form-control full-width select2 merchant-product-update', 'data-id' => $merchant_product->id, 'data-type' => 'supplier_id']) }}
@else
@foreach ($suppliers as $key => $value)
@if ($key == $merchant_product->supplier_id)
{{ $value }}
@endif
@endforeach
@endif
{{ $currency }}
{{ $total }}