{!! BootForm::text('Material Id', 'material_id')->placeholder('Material Id') !!}
{!! BootForm::text('Qty', 'qty')->placeholder('Qty') !!}
{!! BootForm::text('Rejection Under Size qty(pcs)', 'rejection_under_size_qty')->placeholder('Rejection Under Size qty(pcs)') !!}
{!! BootForm::text('Rejection Over Size qty(pcs)', 'rejection_over_size_qty')->placeholder('Rejection Over Size qty(pcs)') !!}
{!! BootForm::text('Rejection Shape qty(pcs)', 'rejection_shape_qty')->placeholder('Rejection Shape qty(pcs)') !!}
{!! BootForm::select('Blocker Reason', 'other_blocker_reason')->options(['' => '', 'PUNCH' => 'PUNCH', 'RAW_MATERIAL' => 'RAW_MATERIAL', 'LESS_WORKER' => 'LESS_WORKER', 'OTHER' => 'OTHER' ]); !!}
{!! BootForm::text('Reason', 'reason')->placeholder('Reason') !!}
{!! BootForm::select('Production Status', 'status')->options(config('app_data.production_status_enum')); !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel