{!! Form::label('draft_product_delivery_price', 'Cennik dostawy', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('draft_product_delivery_price', $allegroDeliveriesPriceList->pluck('allegro_price_list_name', 'id'), null, ['class' => 'form-control', 'id' => 'draft_product_delivery_price']) !!}