warehouse($warehouse->id , ($option->id ?? null) ) ? 'checked' : '' }} value="{{ $warehouse->id }}" class="custom-control-input" id="warehouse_option{{$option->id ?? null}}_{{ $warehouse->id }}" name="warehouses[{{$key}}][id]">
@if(isset($option) && isset($attribute))
{{ $attribute->currentDescription->title }} : {{ $option?->currentDescription->title ?? '' }}
@endif