@if ($ad->adType?->disable_price_type!=true)
@include('ad-templates.ad-fusion.price',[
'value'=>config('app.currency_symbol').' '. \Number::format(floor($ad->price), locale: $paymentSettings->currency_locale),
'type_id'=>$ad->price_type_id, 'label'=>$ad->priceType->label,
'has_prefix'=>$ad?->category?->has_price_suffix, 'price_suffix'=>$ad->price_suffix,
'offer_enabled'=>$ad->isEnabledOffer(),
'offer_price'=>$ad->offer_price?config('app.currency_symbol').' '. \Number::format(floor($ad->offer_price), locale: $paymentSettings->currency_locale):null,
'offer_percentage'=>$ad->getOfferPercentage(),
'ad_type' => $ad->adType?->marketplace
])
@endif
@if($isFavourited)
@else
@endif