@php $showGiftCard = ($product->isVirtual() and $productAvailability > 0 and !empty(getGiftsGeneralSettings('status')) and !empty(getGiftsGeneralSettings('allow_sending_gift_for_products'))); $showCashbackAlert = (!empty($cashbackRules) and count($cashbackRules)); $showInstructorDiscountBeforeContent = ( !empty(getFeaturesSettings("frontend_coupons_display_type")) and getFeaturesSettings("frontend_coupons_display_type") == "before_content" and !empty($instructorDiscounts) and count($instructorDiscounts) ); @endphp @if($showGiftCard or $showCashbackAlert or $showInstructorDiscountBeforeContent)
{{ trans('update.send_it_as_gift_to_your_friends') }}