| @lang('sale.location') | Product Serial | @lang( 'lang_v1.quantity' ) | @lang( 'purchase.unit_cost_before_tax' ) | @if($enable_expiry)@lang('lang_v1.expiry_date') | @endif @if($enable_lot)@lang( 'lang_v1.lot_number' ) | @endif@lang( 'purchase.subtotal_before_tax' ) |
|---|---|---|---|---|---|---|
| {{$value}} | No Serial |
{!! Form::text('opening_stock[' . $key . '][quantity]', 0, ['class' => 'form-control input-sm input_number purchase_quantity', 'required']); !!}
|
{!! Form::text('opening_stock[' . $key . '][purchase_price]', null , ['class' => 'form-control input-sm input_number unit_price', 'required']); !!} | @if($enable_expiry){!! Form::text('opening_stock[' . $key . '][exp_date]', null , ['class' => 'form-control input-sm os_exp_date', 'readonly']); !!} | @endif @if($enable_lot){!! Form::text('opening_stock[' . $key . '][lot_number]', null , ['class' => 'form-control input-sm']); !!} | @endif0 |