@php $haveWidgetInCart = Cart::instance('wishlist')->content()->where('options.type_id', \App\Enums\CausesType::Dashboard_widget)->count() > 0 ? true : false; @endphp