|
{!! Form::select('stocks[' . $key . '][' . $variation->id . '][__subkey__][stock_id]', $getStocks, null, [
'class' => 'form-control select2',
'placeholder' => __('messages.please_select'),
]) !!}
|
{{ $product->name }}
@if($product->type == "variable")
({{ $variation->product_variation->name }} : {{ $variation->name }})
@endif
|
{{ $product->unit->short_name }}
|
|
@if($enable_lot == 1)
|
@endif
0.00 |
|
|
|