{!! Form::label('no_part', 'No Parte*') !!} {!! Form::text('no_part', null, ['class' => 'form-control','maxlength' => 45,'maxlength' => 45,'maxlength' => 45, 'id' => 'no_part' ]) !!}
{!! Form::label('description', 'Descripción*') !!} {!! Form::text('description', null, ['class' => 'form-control','maxlength' => 45,'maxlength' => 45,'maxlength' => 45, 'id' => 'description']) !!}
{!! Form::label('safety_stock', 'Safety Stock*') !!} {!! Form::number('safety_stock', null, ['class' => 'form-control','maxlength' => 20,'maxlength' => 20,'maxlength' => 20, 'id' => 'safety_stock']) !!}
{!! Form::label('standard_pack', 'Standard Pack*') !!} {!! Form::number('standard_pack', null, ['class' => 'form-control','maxlength' => 255,'maxlength' => 255,'maxlength' => 255, 'id' => 'standard_pack']) !!}
{!! Form::label('safety_time', 'Safety Time*') !!} {!! Form::number('safety_time', null, ['class' => 'form-control', 'min' => '0', 'max' => '100000000', 'id' => 'safety_time']) !!}
{!! Form::label('sale_price', 'Precio de venta*') !!} {!! Form::number('sale_price', null, ['class' => 'form-control','maxlength' => 119, 'id' => 'sale_price', 'step' => 'any']) !!}
{!! Form::label('divisa', 'Divisa:') !!} {{-- {!! Form::select('divisa', $divisa, null, ['class' => 'form-control select_tow', 'step' => 'any']) !!} --}}
{!! Form::label('PO', 'Po*') !!} {!! Form::text('PO', null, ['class' => 'form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119, 'id' => 'po']) !!}
{!! Form::label('scrap', '% Scrap*') !!} {!! Form::number('scrap', null, ['class' => 'form-control', 'min' => '0', 'max' => '100000000', 'id' => 'scrap', 'step' => 'any']) !!}
{!! Form::label('inicio', 'Inicio') !!} {!! Form::text('inicio', null, ['class' => 'date form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119, 'id' => 'inicio' ]) !!}
{!! Form::label('fin', 'Fin') !!} {!! Form::text('fin', null, ['class' => 'date form-control','maxlength' => 119,'maxlength' => 119,'maxlength' => 119, 'id' => 'fin' ]) !!}

Seleccione una fecha por favor

{!! Form::label('customers_id', 'Cliente') !!} {!! Form::select('customers_id', $customers, null, ['class' => 'form-control select_tow', 'id' => 'customers_id', 'step' => 'any']) !!}

Seleccione un cliente