{!! Form::label('no_part', 'No parte*') !!} {!! Form::text('no_part', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
{{--
{!! Form::label('code', 'Código de materia prima') !!} {!! Form::text('code', null, ['class' => 'form-control','maxlength' => 45,'maxlength' => 45,'maxlength' => 45]) !!}
--}} {{--
{!! Form::label('name', 'Nombre*') !!} {!! Form::text('name', null, ['class' => 'form-control','maxlength' => 45,'maxlength' => 45,'maxlength' => 45]) !!}

--}} {{--
{!! Form::label('group', 'Grupo') !!} {!! Form::text('group', null, ['class' => 'form-control','maxlength' => 45,'maxlength' => 45,'maxlength' => 45]) !!}
--}}
{!! Form::label('price_sell', 'Precio de venta*') !!} {!! Form::number('price_sell', null, ['class' => 'form-control', 'step' => 'any']) !!}
{!! Form::label('divisa', 'Divisa') !!}
{{--
{!! Form::label('unit_size', 'Unidad de medida') !!} {!! Form::text('unit_size', null, ['class' => 'form-control','maxlength' => 255,'maxlength' => 255,'maxlength' => 255]) !!}

--}} {{--
{!! Form::label('brand', 'Marca') !!} {!! Form::text('brand', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
--}}
{!! Form::label('description', 'Descripción*') !!} {!! Form::textarea('description', null, ['class' => 'form-control']) !!}
{!! Form::label('contry', 'País') !!} {!! Form::text('contry', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
{!! Form::label('barcode', 'Código de barras') !!} {!! Form::text('barcode', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
{{--
{!! Form::label('useful_life', 'Vida útil') !!} {!! Form::text('useful_life', null, ['class' => 'form-control date','id'=>'useful_life']) !!}
--}} {{--
{!! Form::label('warranty', 'Garantia') !!} {!! Form::text('warranty', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
--}} {{--
{!! Form::label('end_useful_life', 'Final de vida util') !!} {!! Form::text('end_useful_life', null, ['class' => 'form-control date','id'=>'end_useful_life']) !!}
--}} {{--
{!! Form::label('weight_unit', 'Unidad de peso') !!} {!! Form::text('weight_unit', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
--}}
{!! Form::label('minimum_order', 'Orden mínima') !!} {!! Form::text('minimum_order', null, ['class' => 'form-control','maxlength' => 45,'maxlength' => 45,'maxlength' => 45]) !!}
{!! Form::label('safety_stock', 'Safety Stock:*') !!} {!! Form::text('safety_stock', null, ['class' => 'form-control','maxlength' => 20,'maxlength' => 20,'maxlength' => 20]) !!}
{{--
{!! Form::label('execution', 'Execution:') !!} {!! Form::text('execution', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
--}}
{!! Form::label('standard_pack', 'Standard Pack:*') !!} {!! Form::text('standard_pack', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
{!! Form::label('safety_time', 'Safety Time:*') !!} {!! Form::text('safety_time', null, ['class' => 'form-control','maxlength' => 10,'maxlength' => 10,'maxlength' => 10]) !!}
{!! Form::label('PO', 'Po:') !!} {!! Form::text('PO', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
{{--
{!! Form::label('inicio', 'Inicio:') !!} {!! Form::text('inicio', null, ['class' => 'form-control date','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
--}} {{--
{!! Form::label('fin', 'Fin:') !!} {!! Form::text('fin', null, ['class' => 'form-control date','maxlength' => 119,'maxlength' => 119,'maxlength' => 119]) !!}
--}}
{!! Form::label('suppliers_id', 'Proveedor') !!} {!! Form::select('suppliers_id', $suppliers, null, ['class' => 'form-control select_tow suppliers_id', 'id'=>'suppliers_id']) !!}