@if(count($options)) {{ __('product_warehouses.option_id') }} {{__('dashboard.select')}} @foreach($options as $row) option_id : null) == $row->id ? 'selected' : '' }} value="{{$row->id}}">{{$row->title}} @endforeach @endif